[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / c / 2 / AesUtils / 0.5.0 / AesUtils.podspec.json
blob78fb4fd5fc02f17075bc9a6b06761c4437e700c9
2   "name": "AesUtils",
3   "version": "0.5.0",
4   "summary": "A common utils library for iOS.",
5   "description": "A common utils library for developing in iOS.",
6   "homepage": "https://github.com/archmagees/AesUtils",
7   "license": "MIT",
8   "authors": {
9     "Arthur Qiu": "archmagees@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/archmagees/AesUtils.git",
13     "tag": "0.5.0"
14   },
15   "social_media_url": "https://twitter.com/archmagees",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "deprecated": true,
25   "subspecs": [
26     {
27       "name": "Utils",
28       "source_files": "Pod/Classes/Utils/**/*",
29       "public_header_files": "Pod/Classes/Utils/**/*.h",
30       "dependencies": {
31         "CocoaLumberjack": [
33         ]
34       }
35     },
36     {
37       "name": "DrawerController",
38       "source_files": "Pod/Classes/DrawerController/**/*",
39       "public_header_files": "Pod/Classes/DrawerController/**/*.h",
40       "dependencies": {
41         "REFrostedViewController": [
43         ],
44         "AesUtils/Utils": [
46         ]
47       }
48     },
49     {
50       "name": "HUD",
51       "source_files": "Pod/Classes/HUD/**/*",
52       "public_header_files": "Pod/Classes/HUD/**/*.h",
53       "dependencies": {
54         "MBProgressHUD": [
56         ],
57         "AesUtils/Utils": [
59         ]
60       }
61     },
62     {
63       "name": "Carousel",
64       "source_files": "Pod/Classes/Carousel/**/*",
65       "public_header_files": "Pod/Classes/Carousel/**/*.h",
66       "dependencies": {
67         "iCarousel": [
69         ],
70         "AesUtils/Utils": [
72         ]
73       }
74     }
75   ]