[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / d / 8 / MIAJPush / 0.0.8 / MIAJPush.podspec.json
blobfb2a8451415e647cf1e23f0f0452ccda3f6ebb4a
2   "name": "MIAJPush",
3   "version": "0.0.8",
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.8",
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": "JPush",
34       "source_files": "Pod/JPush/**/*.{h,m}",
35       "public_header_files": "Pod/JPush/**/*.{h}"
36     },
37     {
38       "name": "Core",
39       "dependencies": {
40         "MIAJPush/JPush": [
42         ]
43       },
44       "source_files": "Pod/Core/**/*.{h,m}",
45       "public_header_files": "Pod/Core/**/*.{h}",
46       "vendored_libraries": "Pod/JPush/jpush-ios-2.1.0.a"
47     }
48   ]