[Add] flappyim 3.12.8
[CocoaPods.git] / Specs / b / 9 / 3 / ACYKit / 1.0.1 / ACYKit.podspec.json
blob0b94f6e99a63d95d9b2dabadafebd0f0857438c3
2   "name": "ACYKit",
3   "version": "1.0.1",
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.dev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/archmagees/ACYKit.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "subspecs": [
26     {
27       "name": "Service",
28       "source_files": "ACYKit/ACYKit/Service/**/*.{h,m}",
29       "dependencies": {
30         "CocoaLumberjack": [
32         ],
33         "ChameleonFramework": [
35         ]
36       }
37     },
38     {
39       "name": "Core",
40       "source_files": "ACYKit/ACYKit/Core/**/*.{h,m}",
41       "dependencies": {
42         "ReactiveCocoa": [
43           "2.5"
44         ]
45       }
46     },
47     {
48       "name": "CategoryKit",
49       "source_files": "ACYKit/ACYKit/CategoryKit/**/*.{h,m}",
50       "dependencies": {
51         "ACYKit/Core": [
53         ],
54         "ACYKit/Service": [
56         ],
57         "Aspects": [
59         ]
60       },
61       "frameworks": [
62         "QuartzCore",
63         "CoreGraphics",
64         "AVFoundation",
65         "ImageIO"
66       ]
67     }
68   ]