[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 4 / b / 9 / ArchyKit / 0.13.2 / ArchyKit.podspec.json
blobbb50201fffa65d5fac0e3352682e13c4f1197e37
2   "name": "ArchyKit",
3   "version": "0.13.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.13.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "deprecated_in_favor_of": "ACYKit",
22   "subspecs": [
23     {
24       "name": "LogManager",
25       "source_files": "ArchyKit/Classes/LogManager/**/*",
26       "public_header_files": "ArchyKit/Classes/LogManager/**/*.h",
27       "dependencies": {
28         "CocoaLumberjack": [
30         ],
31         "ChameleonFramework": [
33         ]
34       }
35     },
36     {
37       "name": "Foundation",
38       "source_files": "ArchyKit/Classes/Foundation/**/*",
39       "public_header_files": "ArchyKit/Classes/Foundation/**/*.h",
40       "dependencies": {
41         "ArchyKit/LogManager": [
43         ]
44       }
45     },
46     {
47       "name": "UIKit",
48       "source_files": "ArchyKit/Classes/UIKit/**/*",
49       "public_header_files": "ArchyKit/Classes/UIKit/**/*.h",
50       "dependencies": {
51         "ArchyKit/Foundation": [
53         ],
54         "Masonry": [
56         ],
57         "SDWebImage": [
59         ],
60         "TAOverlay": [
62         ],
63         "HexColors": [
64           "4.0.0"
65         ]
66       }
67     }
68   ]