blob: 9f8de7a95b6425fab2b1cab9b6f461ff12a8dc4a [file] [log] [blame]
{
"name": "pps",
"version": "0.2.1",
"summary": "A short description of pps.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/weishuai1122/pps",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"weishuai1122": "957752262@qq.com"
},
"source": {
"git": "https://github.com/weishuai1122/pps.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "pps/Classes/*.{h,m}",
"resource_bundles": {
"pps": [
"pps/Assets/*.png"
]
},
"public_header_files": "pps/Classes/*.h",
"frameworks": [
"UIKit",
"MapKit"
]
}