[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 4 / b / 9 / ArchyKit / 0.15.0 / ArchyKit.podspec.json
blob21d0eef6680067e58b527fa31e433c19541cb944
2   "name": "ArchyKit",
3   "version": "0.15.0",
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.15.0"
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       }
32     },
33     {
34       "name": "Foundation",
35       "source_files": "ArchyKit/Classes/Foundation/**/*",
36       "public_header_files": "ArchyKit/Classes/Foundation/**/*.h",
37       "dependencies": {
38         "ArchyKit/LogManager": [
40         ]
41       }
42     },
43     {
44       "name": "UIKit",
45       "source_files": "ArchyKit/Classes/UIKit/**/*",
46       "public_header_files": "ArchyKit/Classes/UIKit/**/*.h",
47       "dependencies": {
48         "ArchyKit/Foundation": [
50         ],
51         "Masonry": [
53         ],
54         "SDWebImage": [
56         ],
57         "HexColors": [
58           "4.0.0"
59         ]
60       }
61     }
62   ]