blob: 6fec3d8cab07241f257536a7ce8eccc5c3b6fbf1 [file] [log] [blame]
{
"name": "DemoSDKSample",
"version": "0.1.0",
"summary": "A short description of DemoSDKSample.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/baiwulong/DemoSDKSample",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"baiwulong": "1204803180@qq.com"
},
"source": {
"git": "https://github.com/baiwulong/DemoSDKSample.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DemoSDKSample/Classes/**/*.{h,m}",
"vendored_frameworks": "DemoSDKSample/Classes/*.framework",
"frameworks": [
"UIKit",
"CoreLocation",
"Foundation"
],
"dependencies": {
"AFNetworking": [
],
"Qiniu": [
],
"FMDB": [
]
}
}