[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / c / 1 / GPush / 1.3.5 / GPush.podspec.json
blob280bae7f7fdd0b86158bbec50f825cd35eaf2bb0
2   "name": "GPush",
3   "version": "1.3.5",
4   "summary": "A short description of GPush.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/dxsource/GPush",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "douglas525264": "xin.dong@dewmobile.net"
13   },
14   "source": {
15     "git": "https://gitee.com/dxsource/GPush.git",
16     "tag": "1.3.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GPush/GPush.framework/Headers/*.{h}",
22   "resource_bundles": {
23     "GPush": [
24       "GPush/Assets/*"
25     ]
26   },
27   "vendored_frameworks": "GPush/*.framework",
28   "frameworks": [
29     "WebKit",
30     "Photos"
31   ],
32   "libraries": [
33     "resolv",
34     "c++",
35     "sqlite3",
36     "z"
37   ],
38   "dependencies": {
39     "AFNetworking": [
40       "~> 3.1.0"
41     ],
42     "Masonry": [
44     ]
45   }