[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 6 / b / 2 / YXCategories / 1.5.5 / YXCategories.podspec.json
blob84fdcafcec36de4fdc5d0e2a60ff379b196a8de3
2   "name": "YXCategories",
3   "version": "1.5.5",
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.5"
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   ]