[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / b / d / 8 / MIAJPush / 0.0.6 / MIAJPush.podspec.json
blob52fdd3a395b635bb523129722b2f02eeea55fd11
2   "name": "MIAJPush",
3   "version": "0.0.6",
4   "summary": "MIAJPush",
5   "description": "*use for jpush",
6   "homepage": "https://github.com/tianjackyang/MIAJPush",
7   "license": "MIT",
8   "authors": {
9     "tianjackyang": "919548782@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/tianjackyang/MIAJPush.git",
16     "tag": "0.0.6",
17     "submodules": true
18   },
19   "frameworks": [
20     "CFNetwork",
21     "CoreFoundation",
22     "CoreTelephony",
23     "SystemConfiguration",
24     "CoreGraphics",
25     "Foundation",
26     "UIKit",
27     "Security"
28   ],
29   "libraries": "z",
30   "requires_arc": true,
31   "subspecs": [
32     {
33       "name": "Core",
34       "dependencies": {
35         "MIAJPush/JPush": [
37         ]
38       },
39       "source_files": "Pod/Core/**/*.{h,m}"
40     },
41     {
42       "name": "JPush",
43       "source_files": "Pod/JPush/**/*.{h,m}",
44       "header_dir": "JPush",
45       "vendored_libraries": "Pod/JPush/jpush-ios-2.1.0.a"
46     }
47   ]