[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 3 / 4 / b / JPushApiManager / 3.1.2.1 / JPushApiManager.podspec.json
blobb4eeaf06a8cad975a64fba3fe41b06e9b30bf613
2   "name": "JPushApiManager",
3   "version": "3.1.2.1",
4   "summary": "组件化方式管理极光推送代码",
5   "description": "组件化方式管理极光推送代码,以方便代码中一处修改全局生效",
6   "homepage": "https://github.com/XFNicar/JPushApiManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "XieFei": "xuejingwen25@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/XFNicar/JPushApiManager.git",
19     "tag": "3.1.2.1"
20   },
21   "source_files": "JPushApiManager/JPushApiManager/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "JPush": [
25       "~> 3.1.2"
26     ]
27   }