blob: 3d3b98616bcc3f7b6b7d8973c81072408db9a8bf [file] [log] [blame]
{
"name": "KKLibrary",
"version": "0.0.3",
"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.3"
},
"source_files": [
"KKLibrary/KKLibrary/KKDBLibrary/*.{h,m}",
"KKLibrary/KKLibrary/KKDBLibrary/FMDBExtension/*.{h,m}",
"KKLibrary/KKLibrary/KKDBLibrary/Utilities/*.{h,m}",
"KKLibrary/KKLibrary/KKNetWorking/*.{h,m}",
"KKLibrary/KKLibrary/KKNetWorking/Task/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"FMDB": [
],
"AFNetworking": [
"~> 3.0"
]
}
}