[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / 2 / 0 / XLGCategory / 1.0.1 / XLGCategory.podspec.json
blob16fd6085b9683f0b2bd70a4ce7694a9828c6877c
2   "name": "XLGCategory",
3   "version": "1.0.1",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": "MIT",
8   "summary": "An example of XLGCategory Function",
9   "homepage": "https://github.com/hanzhanbing/XLGCategory",
10   "authors": {
11     "hanzhanbing": "1655661337@qq.com"
12   },
13   "social_media_url": "http://weibo.com/3879141691",
14   "source": {
15     "git": "https://github.com/hanzhanbing/XLGCategory.git",
16     "tag": "1.0.1"
17   },
18   "requires_arc": true,
19   "public_header_files": "XLGCategory/XLGCategory.h",
20   "source_files": "XLGCategory/XLGCategory.h",
21   "subspecs": [
22     {
23       "name": "NSCategory",
24       "source_files": "XLGCategory/NSCategory/*.{h,m}",
25       "public_header_files": "XLGCategory/NSCategory/*.h"
26     },
27     {
28       "name": "UICategory",
29       "source_files": "XLGCategory/UICategory/*.{h,m}",
30       "public_header_files": "XLGCategory/UICategory/*.h"
31     }
32   ]