[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / f / 3 / ZRFlowerCocoa / 0.0.7 / ZRFlowerCocoa.podspec.json
blob49b69f1911fbd9814fd9ce0534e0a47cef33529a
2   "name": "ZRFlowerCocoa",
3   "version": "0.0.7",
4   "summary": "A framework for editting code expediently.",
5   "description": "A framework for editting code expediently.\n\n* use UIKit framework more convenient.\n* contain a series of practical and efficient objects.\n* create a few extensions and constant files.",
6   "homepage": "https://github.com/sytnewworld/ZRFlowerCocoa",
7   "license": "MIT",
8   "authors": {
9     "sytnewworld": "sytnewworld@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/sytnewworld/ZRFlowerCocoa.git",
16     "tag": "0.0.7"
17   },
18   "default_subspecs": "Core",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Core",
23       "dependencies": {
24         "ZRFlowerCocoa/ZRConstant": [
26         ],
27         "ZRFlowerCocoa/ZRFoundation": [
29         ],
30         "ZRFlowerCocoa/ZRKit": [
32         ]
33       }
34     },
35     {
36       "name": "ZRConstant",
37       "source_files": [
38         "ZRFlowerCocoa/ZRConstant.h",
39         "ZRFlowerCocoa/ZRConstant/**/*.{h,m}"
40       ]
41     },
42     {
43       "name": "ZRFoundation",
44       "source_files": [
45         "ZRFlowerCocoa/ZRFoundation.h",
46         "ZRFlowerCocoa/ZRFoundation/**/*.{h,m}"
47       ],
48       "ios": {
49         "frameworks": "Foundation"
50       }
51     },
52     {
53       "name": "ZRKit",
54       "source_files": [
55         "ZRFlowerCocoa/ZRKit.h",
56         "ZRFlowerCocoa/ZRKit/**/*.{h,m}"
57       ],
58       "ios": {
59         "frameworks": [
60           "UIKit",
61           "CoreImage"
62         ]
63       },
64       "dependencies": {
65         "ZRFlowerCocoa/ZRConstant": [
67         ]
68       }
69     }
70   ]