[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / 3 / YFCategory / 0.0.3 / YFCategory.podspec.json
blobbf07c4a4e91c630e25aec575ec039f091f1eb33a
2   "name": "YFCategory",
3   "version": "0.0.3",
4   "summary": "Some commonly used category.",
5   "homepage": "https://github.com/ghostfeng/YFCategory",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "LiuYongfeng": "1253289963@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/ghostfeng/YFCategory.git",
15     "tag": "0.0.3"
16   },
17   "source_files": "YFCategory/YFCategory.h",
18   "public_header_files": "YFCategory/YFCategory.h",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "Photos"
27   ],
28   "subspecs": [
29     {
30       "name": "Foundation",
31       "source_files": "YFCategory/Foundation/*.{h,m}",
32       "public_header_files": "YFCategory/Foundation/*.h"
33     },
34     {
35       "name": "UIKit",
36       "source_files": "YFCategory/UIKit/*.{h,m}",
37       "public_header_files": "YFCategory/UIKit/*.h"
38     },
39     {
40       "name": "Photos",
41       "source_files": "YFCategory/Photos/*.{h,m}",
42       "public_header_files": "YFCategory/Photos/*.h"
43     }
44   ]