[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / e / 4 / YSCategorys / 1.0.8 / YSCategorys.podspec.json
blobcea9f4dff8ec219d6fca4b34ccdca84201b790bb
2   "name": "YSCategorys",
3   "version": "1.0.8",
4   "summary": "A set of categorys to make iOS development easier.",
5   "homepage": "http://github.com/youngshook/YSCategorys",
6   "license": "MIT",
7   "authors": {
8     "Young Shook": "shook.young@gmail.com"
9   },
10   "social_media_url": "http://weibo.com/justfuckingdoit",
11   "platforms": {
12     "ios": "6.0"
13   },
14   "public_header_files": "Categorys/**/*.h",
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/youngshook/YSCategorys.git",
18     "tag": "1.0.8"
19   },
20   "subspecs": [
21     {
22       "name": "UIKit",
23       "source_files": "Categorys/UIKit",
24       "ios": {
25         "frameworks": [
26           "UIKit",
27           "QuartzCore"
28         ]
29       }
30     },
31     {
32       "name": "Foundation",
33       "source_files": "Categorys/Foundation",
34       "ios": {
35         "frameworks": "Foundation"
36       }
37     }
38   ]