[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / b / 9 / ArchyKit / 0.17.2 / ArchyKit.podspec.json
blob3f0d17fe845f6358d9e8e073ae4339da5667204e
2   "name": "ArchyKit",
3   "version": "0.17.2",
4   "summary": "A library to start a project quickly for iOS developers.",
5   "description": "A library to start a project quickly for iOS developers which is written by Objective-C.",
6   "homepage": "https://github.com/archmagees/ArchyKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Arthur LIU": "archmagees+cocoapods@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/archmagees/ArchyKit.git",
16     "tag": "0.17.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "deprecated_in_favor_of": "ACYKit",
26   "subspecs": [
27     {
28       "name": "LogManager",
29       "source_files": "ArchyKit/Classes/LogManager/*",
30       "public_header_files": "ArchyKit/Classes/LogManager/*.h",
31       "dependencies": {
32         "CocoaLumberjack": [
34         ]
35       }
36     },
37     {
38       "name": "Foundation",
39       "source_files": "ArchyKit/Classes/Foundation/*",
40       "public_header_files": "ArchyKit/Classes/Foundation/*.h"
41     },
42     {
43       "name": "UIKit",
44       "source_files": "ArchyKit/Classes/UIKit/*",
45       "public_header_files": "ArchyKit/Classes/UIKit/*.h",
46       "dependencies": {
47         "ArchyKit/Foundation": [
49         ],
50         "ArchyKit/LogManager": [
52         ],
53         "Masonry": [
55         ],
56         "SDWebImage": [
58         ],
59         "HexColors": [
60           "4.0.0"
61         ]
62       }
63     },
64     {
65       "name": "CategoryKit",
66       "source_files": "ArchyKit/Classes/CategoryKit/*",
67       "public_header_files": "ArchyKit/Classes/CategoryKit/*.h",
68       "dependencies": {
69         "ArchyKit/Foundation": [
71         ],
72         "ArchyKit/LogManager": [
74         ]
75       },
76       "frameworks": "QuartzCore"
77     }
78   ]