blob: a28f348e4b43fcf000f3a1d4e64c7b21f8e5bad9 [file] [log] [blame]
{
"name": "DailyKit",
"version": "0.0.37",
"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.37"
},
"requires_arc": true,
"source_files": "DailyKit/**/*",
"public_header_files": "DailyKit/**/*.{h}",
"platforms": {
"ios": "9.0"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"CoreFoundation",
"WebKit",
"Photos"
],
"dependencies": {
"AFNetworking": [
],
"FMDB": [
],
"SVProgressHUD": [
]
}
}