blob: ff906b994cb40e1f127d6f02f709887c0b467045 [file] [log] [blame]
{
"name": "GDPKit",
"version": "0.0.1",
"summary": "A collection of iOS components.",
"homepage": "https://github.com/sunmumu/GDPKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sunmumu": "335089101@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sunmumu/GDPKit.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "GDPKit/**/*.{h,m}",
"public_header_files": "GDPKit/**/*.{h}",
"libraries": "z",
"frameworks": [
"UIKit",
"CoreFoundation"
]
}