[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 6 / b / 2 / YXCategories / 1.4.2 / YXCategories.podspec.json
blobc2831ffbdff7cb927a082380c911f6a2314433f2
2   "name": "YXCategories",
3   "version": "1.4.2",
4   "summary": "自己使用的分类",
5   "homepage": "https://yuxiang.ren",
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.4.2"
16   },
17   "requires_arc": true,
18   "public_header_files": "YXCategories/YXCategories.h",
19   "source_files": "YXCategories/YXCategories.h",
20   "subspecs": [
21     {
22       "name": "Foundation",
23       "source_files": "YXCategories/Foundation/*.{h,m}"
24     },
25     {
26       "name": "UIKit",
27       "source_files": "YXCategories/UIKit/*.{h,m}"
28     }
29   ]