[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / b / a / XESCategoryPublic / 0.0.2 / XESCategoryPublic.podspec.json
blobc5180ee1e8d26bfa59651008d6785d0349b07895
2   "name": "XESCategoryPublic",
3   "version": "0.0.2",
4   "summary": "XESCategoryPublic contains commonly used categories",
5   "description": "XESCategory is a library that contains commonly used categories !",
6   "homepage": "https://github.com/speiyouiOS/XESCategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gfy": "1056063547@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/speiyouiOS/XESCategory.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "XESCategory/*.h",
22   "public_header_files": "XESCategory/*.h",
23   "vendored_libraries": "XESCategory/*.a",
24   "frameworks": "Foundation",
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "Foundation",
29       "source_files": "XESCategory/Foundation/**/*.h"
30     },
31     {
32       "name": "UIKit",
33       "source_files": "XESCategory/UIKit/*.h"
34     },
35     {
36       "name": "Quartz",
37       "source_files": "XESCategory/Quartz/*.h"
38     }
39   ]