Michael Schneider c8b5a1b323
Rewrite Swift Example (#1002)
* Rewrite Swift Example

* Add license header to OrderedDictionary
2018-07-08 08:55:28 -07:00

10 lines
199 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
target 'ASDKgram-Swift' do
use_frameworks!
inhibit_all_warnings!
pod 'Texture/PINRemoteImage', :path => '../..'
end