[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / b / e / 4 / YSCategorys / 1.2.0 / YSCategorys.podspec.json
blobbac33a5a6507f7d2dbea3b3705bd1452c3d5d998
2   "name": "YSCategorys",
3   "version": "1.2.0",
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": "8.0"
13   },
14   "public_header_files": "Categorys/**/*.h",
15   "source": {
16     "git": "https://github.com/youngshook/YSCategorys.git",
17     "tag": "1.2.0"
18   },
19   "source_files": "Categorys/**/*.h",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "UIKit",
24       "public_header_files": "Categorys/UIKit/*.h",
25       "source_files": "Categorys/UIKit",
26       "ios": {
27         "frameworks": [
28           "UIKit",
29           "QuartzCore"
30         ]
31       }
32     },
33     {
34       "name": "Foundation",
35       "public_header_files": "Categorys/Foundation/*.h",
36       "source_files": "Categorys/Foundation",
37       "ios": {
38         "frameworks": "Foundation"
39       }
40     }
41   ]