[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 7 / a / YJLocationPicker / 0.0.1 / YJLocationPicker.podspec.json
blob265b45d857897ade873f0df7a46e9f358442d066
2   "name": "YJLocationPicker",
3   "version": "0.0.1",
4   "summary": "一行代码实现省市区三级地区选择功能",
5   "homepage": "https://github.com/liuyongjiesail/YJLocationPicker",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "刘永杰": "liuyongjiesail@icloud.com"
12   },
13   "social_media_url": "http://blog.csdn.net/yj_sail?viewmode=list",
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/liuyongjiesail/YJLocationPicker.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "YJLocationPicker",
23     "**/*.{h,m}"
24   ],
25   "public_header_files": "YJLocationPicker/**/*.h",
26   "requires_arc": true,
27   "dependencies": {
28     "Masonry": [
29       "~> 1.0.1"
30     ]
31   }