blob: 7f69a55d5bd3d7e3bd5f5995c0a7733b2fe471f2 [file] [log] [blame]
{
"name": "JKBaseKit",
"version": "1.1.3",
"license": "MIT",
"summary": "Simple APP Kit",
"homepage": "https://github.com/lwq718691587/JKBaseKit",
"authors": {
"刘伟强": "718691587@qq.com"
},
"source": {
"git": "https://github.com/lwq718691587/JKBaseKit.git",
"tag": "1.1.3"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"AFNetworking": [
"~> 3.0.2"
],
"DateTools": [
],
"MJRefresh": [
],
"IQKeyboardManager": [
],
"SDWebImage": [
],
"SVProgressHUD": [
]
},
"subspecs": [
{
"name": "BGNetWorking",
"source_files": [
"JKBaseKit/BGNetWorking",
"*.{h,m}"
]
},
{
"name": "JKAdditions",
"source_files": [
"JKBaseKit/JKAdditions",
"*.{h,m}"
]
}
]
}