[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / c / 2 / AesUtils / 0.3.3 / AesUtils.podspec.json
blob2617fe0ba69457d11e964a4517e2b0d17898fc20
2   "name": "AesUtils",
3   "version": "0.3.3",
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.3.3"
14   },
15   "social_media_url": "https://twitter.com/archmagees",
16   "platforms": {
17     "ios": null
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": "HUD",
38       "source_files": "Pod/Classes/HUD/**/*",
39       "public_header_files": "Pod/Classes/HUD/**/*.h",
40       "dependencies": {
41         "MBProgressHUD": [
43         ],
44         "AesUtils/Utils": [
46         ]
47       }
48     }
49   ]