[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 0 / a / 6 / PreDemCocoa / 1.0.7 / PreDemCocoa.podspec.json
blobfaf4a31da6786c6e9c3b2bd973d28f6292cba7ff
2   "name": "PreDemCocoa",
3   "version": "1.0.7",
4   "summary": "A short description of PreDemCocoa.",
5   "homepage": "https://github.com/pre-dem/pre-dem-cocoa",
6   "license": "MIT",
7   "authors": {
8     "cnwangsiyu": "cn.wangsiyu@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pre-dem/pre-dem-cocoa.git",
12     "tag": "v1.0.7"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "default_subspecs": "Core",
18   "pushed_with_swift_version": "3.0",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "PreDemCocoa/**/*.{h,m,mm}",
23       "public_header_files": "PreDemCocoa/Public/*.h",
24       "vendored_frameworks": "Vendor/*.framework",
25       "libraries": [
26         "c++",
27         "z"
28       ],
29       "resource_bundles": {
30         "PREDResources": "PreDemCocoa/Resources/*.plist"
31       },
32       "dependencies": {
33         "HappyDNS": [
35         ],
36         "QNNetDiag": [
38         ],
39         "Qiniu": [
41         ],
42         "CocoaLumberjack": [
44         ],
45         "UICKeyChainStore": [
47         ]
48       }
49     },
50     {
51       "name": "Swift",
52       "dependencies": {
53         "PreDemCocoa/Core": [
55         ],
56         "CocoaLumberjack/Swift": [
58         ]
59       },
60       "source_files": "PreDemCocoa/**/*.{swift}"
61     }
62   ]