Podfile 126 Bytes
source 'https://github.com/CocoaPods/Specs.git'

target "KS3SDKDemo" do
  platform :ios, "7.0"
  pod 'Ks3SDK', '~> 2.1.2'
end