[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / b / 2 / YXCategories / 1.5.3 / YXCategories.podspec.json
blob7b743a4d8d984e6d5768b2f4be7d77378b181349
2   "name": "YXCategories",
3   "version": "1.5.3",
4   "summary": "自己使用的分类",
5   "homepage": "https://github.com/shlyren/YXCategories",
6   "license": "MIT",
7   "authors": {
8     "shlyren": "shlyren@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/shlyren/YXCategories.git",
15     "tag": "1.5.3"
16   },
17   "requires_arc": true,
18   "public_header_files": "YXCategories/YXCategories.h",
19   "source_files": "YXCategories/YXCategories.h",
20   "resources": "YXCategories/MBProgressHUD/MBProgressHUD.bundle",
21   "subspecs": [
22     {
23       "name": "Foundation",
24       "source_files": "YXCategories/Foundation/*.{h,m}"
25     },
26     {
27       "name": "UIKit",
28       "source_files": "YXCategories/UIKit/*.{h,m}"
29     },
30     {
31       "name": "MBProgressHUD",
32       "source_files": "YXCategories/MBProgressHUD/*.{h,m}"
33     }
34   ]