[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 3 / 9 / 1 / XKCategory / 1.0.0 / XKCategory.podspec.json
blob94d92e3721dd4b298016a46709af0e3e96453533
2   "name": "XKCategory",
3   "version": "1.0.0",
4   "summary": "日常用到的分类",
5   "description": "日常开发经常用到的分类",
6   "homepage": "https://github.com/kunhum/XKCategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kunhum": "kunhum@163.com"
13   },
14   "source": {
15     "git": "https://github.com/kunhum/XKCategory.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "NSDate+xkCategory",
24       "source_files": "XKCategory/Classes/XKCategory/NSDate+xkCategory/*.{h,m}",
25       "public_header_files": "XKCategory/Classes/XKCategory/NSDate+xkCategory/*.h"
26     }
27   ]