blob: e1fe7805f8571d4103ce49b607929e4f16e1fc53 [file] [log] [blame]
{
"name": "DailyKit",
"version": "0.0.35",
"summary": "iOS dev daily kit.",
"homepage": "https://github.com/iospp/DailyKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pp": "iospp@foxmail.com"
},
"source": {
"git": "https://github.com/iospp/DailyKit.git",
"tag": "0.0.35"
},
"requires_arc": true,
"source_files": "DailyKit/**/*",
"public_header_files": "DailyKit/**/*.{h}",
"platforms": {
"ios": "9.0"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"CoreFoundation",
"WebKit"
],
"dependencies": {
"AFNetworking": [
],
"FMDB": [
],
"SVProgressHUD": [
]
}
}