[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 5 / 0 / NELocation / 1.0.0 / NELocation.podspec.json
blob379989a8dba7801e89ba4464cfb70098feb8228d
2   "name": "NELocation",
3   "version": "1.0.0",
4   "summary": "获取地理位置信息.",
5   "description": "定时获取,权限提示操作等等.",
6   "homepage": "https://github.com/Alienchang/NELocation.git",
7   "license": "MIT",
8   "authors": {
9     "liuchang": "1217493217@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/Alienchang/NELocation.git",
13     "tag": "1.0.0"
14   },
15   "module_name": "NELocation",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "Classes/**/*",
21   "public_header_files": "Classes/**/*.h",
22   "frameworks": "CoreLocation",
23   "dependencies": {
24     "MSWeakTimer": [
26     ]
27   }