[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / b / 9 / ArchyKit / 0.4.6 / ArchyKit.podspec.json
blob91d75b6412aea01d47b5118501b52e110b0fa16f
2   "name": "ArchyKit",
3   "version": "0.4.6",
4   "summary": "A basic kit for iOS developer.",
5   "description": "This is a basic kit for iOS developer.",
6   "homepage": "https://github.com/archmagees/ArchyKit",
7   "license": "MIT",
8   "authors": {
9     "Arthur Qiu": "archmagees@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/archmagees/ArchyKit.git",
13     "tag": "0.4.6"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "deprecated_in_favor_of": "ACYKit",
24   "subspecs": [
25     {
26       "name": "Foundation",
27       "source_files": "Pod/Classes/Foundation/**/*",
28       "public_header_files": "Pod/Classes/Foundation/**/*.h",
29       "dependencies": {
30         "CocoaLumberjack": [
32         ]
33       }
34     },
35     {
36       "name": "Category",
37       "source_files": "Pod/Classes/Category/**/*",
38       "public_header_files": "Pod/Classes/Category/**/*.h",
39       "dependencies": {
40         "ArchyKit/Foundation": [
42         ]
43       }
44     },
45     {
46       "name": "UIKit",
47       "source_files": "Pod/Classes/UIKit/**/*",
48       "public_header_files": "Pod/Classes/UIKit/**/*.h",
49       "dependencies": {
50         "ArchyKit/Foundation": [
52         ],
53         "ArchyKit/Category": [
55         ],
56         "Masonry": [
58         ]
59       }
60     }
61   ]