blob: b67aa5502c75759f235130b9a54aca2a6342f3c4 [file] [log] [blame]
{
"name": "TWDistrictPicker",
"version": "1.0.1",
"summary": "A district picker used on iOS.",
"description": "It is a district picker used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/1001hotel/TWDistrictPicker",
"license": "MIT",
"authors": {
"xurenyan": "812610313@qq.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/1001hotel/TWDistrictPicker.git",
"tag": "1.0.1"
},
"source_files": "TWDistrictPicker/*.{h,m}",
"resources": [
"TWDistrictPicker/*.plist",
"TWDistrictPicker/*.xib"
],
"frameworks": [
"Foundation",
"UIKit"
]
}