[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 4 / b / 9 / ArchyKit / 0.7.2 / ArchyKit.podspec.json
blob46ddb28d28cb34620535fe1abd225b7fe78ce3e0
2   "name": "ArchyKit",
3   "version": "0.7.2",
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.7.2"
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         "Aspects": [
35         ],
36         "HexColors": [
38         ]
39       }
40     },
41     {
42       "name": "Category",
43       "source_files": "Pod/Classes/Category/**/*",
44       "public_header_files": "Pod/Classes/Category/**/*.h",
45       "dependencies": {
46         "ArchyKit/Foundation": [
48         ]
49       }
50     },
51     {
52       "name": "UIKit",
53       "source_files": "Pod/Classes/UIKit/**/*",
54       "public_header_files": "Pod/Classes/UIKit/**/*.h",
55       "dependencies": {
56         "ArchyKit/Foundation": [
58         ],
59         "ArchyKit/Category": [
61         ],
62         "Masonry": [
64         ]
65       }
66     },
67     {
68       "name": "AdsPlayerView",
69       "source_files": "Pod/Classes/AdsPlayerView/**/*",
70       "public_header_files": "Pod/Classes/AdsPlayerView/**/*.h",
71       "dependencies": {
72         "ArchyKit/Foundation": [
74         ],
75         "PINRemoteImage": [
77         ],
78         "FLAnimatedImage": [
80         ]
81       }
82     }
83   ]