[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / a / 6 / PreDemCocoa / 2.1.0 / PreDemCocoa.podspec.json
blob1f02e8163ea6128bfb0c2327b3b041c8b7704a1a
2   "name": "PreDemCocoa",
3   "version": "2.1.0",
4   "summary": "A short description of PreDemCocoa.",
5   "homepage": "https://github.com/pre-dem/pre-dem-cocoa",
6   "license": "MIT",
7   "authors": {
8     "qiniu": "sdk@qiniu.com"
9   },
10   "source": {
11     "git": "https://github.com/pre-dem/pre-dem-cocoa.git",
12     "tag": "v2.1.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "default_subspecs": "Core",
18   "subspecs": [
19     {
20       "name": "Core",
21       "source_files": "PreDemCocoa/**/*.{h,m,mm,c,cpp}",
22       "public_header_files": "PreDemCocoa/Public/*.h",
23       "libraries": [
24         "c++",
25         "z"
26       ],
27       "resource_bundles": {
28         "PREDResources": "PreDemCocoa/Resources/*.plist"
29       },
30       "dependencies": {
31         "UICKeyChainStore": [
33         ]
34       }
35     }
36   ]