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