blob: d90b369b8c1f548d492cae7effd337ea95df96fa [file] [log] [blame]
{
"name": "DailyKit",
"version": "0.0.34",
"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.34"
},
"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": [
]
}
}