[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / 3 / YFCategory / 0.0.1 / YFCategory.podspec.json
blob3c24755247063f9707bd02327d3ed302fd17515f
2   "name": "YFCategory",
3   "version": "0.0.1",
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.1"
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   "subspecs": [
24     {
25       "name": "Foundation+YFCategory",
26       "source_files": "YFCategory/Foundation+YFCategory/*.{h,m}",
27       "public_header_files": "YFCategory/Foundation+YFCategory/*.h"
28     },
29     {
30       "name": "UIKit+YFCategory",
31       "source_files": "YFCategory/UIKit+YFCategory/*.{h,m}",
32       "public_header_files": "YFCategory/UIKit+YFCategory/*.h"
33     }
34   ]