[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 2 / 5 / 9 / JPushSwift / 0.1.0 / JPushSwift.podspec.json
blob2d407a4b1a52e0d3c6f8c34b22b8f2da41440ae3
2   "name": "JPushSwift",
3   "version": "0.1.0",
4   "summary": "A short description of JPushSwift.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/LeeCQ",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ζŽζ˜ŒεΊ†": "hx614614@163.com"
13   },
14   "source": {
15     "git": "https://github.com/LeeCQ/JPushSwift.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "JPushSwift/Classes/**/*",
22   "subspecs": [
23     {
24       "name": "JPushSDK",
25       "source_files": "JpushSwift/JPushSDK/**.h",
26       "public_header_files": "JpushSwift/JPushSDK/**.h",
27       "frameworks": [
28         "CoreFoundation",
29         "CFNetwork",
30         "CoreTelephony",
31         "SystemConfiguration",
32         "CoreGraphics",
33         "Foundation",
34         "UIKit",
35         "Security",
36         "UserNotifications",
37         "WebKit"
38       ],
39       "libraries": [
40         "resolv",
41         "z"
42       ],
43       "vendored_libraries": "JpushSwift/JPushSDK/*.a",
44       "pod_target_xcconfig": {
45         "LD_RUNPATH_SEARCH_PATHS": "$(PODS_ROOT)/JpushSwift/JPushSDK"
46       }
47     }
48   ]