[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / b / 9 / YCYCategories / 0.0.3 / YCYCategories.podspec.json
blobdfaca79212c3b67fc198d0ec285ce45d0f26b244
2   "name": "YCYCategories",
3   "version": "0.0.3",
4   "summary": "YCYCategories is a category for ios.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/CattleToCoaxStudio/YCYCategories",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chengyou.yang": "864390553@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/CattleToCoaxStudio/YCYCategories.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "YCYCategories",
24     "YCYCategories/*.{h}"
25   ],
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "subspecs": [
31     {
32       "name": "UIKit",
33       "source_files": "YCYCategories/UIKit/**/*.{h}"
34     },
35     {
36       "name": "Foundation",
37       "source_files": "YCYCategories/Foundation/**/*.{h}"
38     }
39   ]