blob: a386d908dac930c42272aa71a33024bdaf299327 [file] [log] [blame]
{
"name": "DailyKit",
"version": "0.0.51",
"summary": "iOS dev daily kit.",
"homepage": "https://github.com/grasource-wangpeng/DailyKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"grasource-wangpeng": "wangpeng_acc@163.com"
},
"source": {
"git": "https://github.com/grasource-wangpeng/DailyKit.git",
"tag": "0.0.51"
},
"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": [
]
}
}