[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / c / 4 / TWDistrictPicker / 1.0.1 / TWDistrictPicker.podspec.json
blobb67aa5502c75759f235130b9a54aca2a6342f3c4
2   "name": "TWDistrictPicker",
3   "version": "1.0.1",
4   "summary": "A district picker used on iOS.",
5   "description": "It is a district picker used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/1001hotel/TWDistrictPicker",
7   "license": "MIT",
8   "authors": {
9     "xurenyan": "812610313@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/1001hotel/TWDistrictPicker.git",
17     "tag": "1.0.1"
18   },
19   "source_files": "TWDistrictPicker/*.{h,m}",
20   "resources": [
21     "TWDistrictPicker/*.plist",
22     "TWDistrictPicker/*.xib"
23   ],
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ]