[Add] flappyim 3.12.8
[CocoaPods.git] / Specs / b / 9 / 3 / ACYKit / 0.23.0 / ACYKit.podspec.json
blobf5ad7ce52f3e530f8456b8048e53338f96704cb6
2   "name": "ACYKit",
3   "version": "0.23.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/ACYKit",
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/ACYKit.git",
16     "tag": "0.23.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "subspecs": [
26     {
27       "name": "LogManager",
28       "source_files": "ACYKit/Classes/LogManager/*",
29       "public_header_files": "ACYKit/Classes/LogManager/*.h",
30       "dependencies": {
31         "CocoaLumberjack": [
33         ]
34       }
35     },
36     {
37       "name": "Foundation",
38       "source_files": "ACYKit/Classes/Foundation/*",
39       "public_header_files": "ACYKit/Classes/Foundation/*.h"
40     },
41     {
42       "name": "UIKit",
43       "source_files": "ACYKit/Classes/UIKit/**/*",
44       "public_header_files": "ACYKit/Classes/UIKit/**/*.h",
45       "dependencies": {
46         "ACYKit/Foundation": [
48         ],
49         "ACYKit/LogManager": [
51         ],
52         "Masonry": [
54         ],
55         "SDWebImage": [
57         ],
58         "HexColors": [
59           "4.0.0"
60         ]
61       }
62     },
63     {
64       "name": "CategoryKit",
65       "source_files": "ACYKit/Classes/CategoryKit/**/*",
66       "public_header_files": "ACYKit/Classes/CategoryKit/**/*.h",
67       "dependencies": {
68         "ACYKit/Foundation": [
70         ],
71         "ACYKit/LogManager": [
73         ],
74         "Aspects": [
76         ]
77       },
78       "frameworks": [
79         "QuartzCore",
80         "CoreGraphics",
81         "AVFoundation",
82         "ImageIO"
83       ]
84     }
85   ]