blob: 440ff36cf3f0fa86c4b751f38c84b1bbda885dcd [file] [log] [blame]
{
"name": "KKLibrary",
"version": "0.0.2",
"summary": "kook KKLibrary.",
"description": "this project provide kook Library for iOS developer",
"homepage": "http://192.168.1.250/iOS/KKLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wuwei": "wuwei@91kook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://192.168.1.250/iOS/KKLibrary.git",
"tag": "0.0.2"
},
"source_files": [
"KKLibrary/KKLibrary/KKDBLibrary/**/*.{h,m}",
"KKLibrary/KKLibrary/*.{h,m}",
"KKLibrary/KKLibrary/KKNetWorking/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"FMDB": [
],
"AFNetworking": [
"~> 3.0"
]
}
}