[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 4 / 0 / XQCategory / 1.0.0 / XQCategory.podspec.json
blob1ab2fa345d89f259ce1e910fc6b14d7862e1b285
2   "name": "XQCategory",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "一个实用的iOS分类",
6   "homepage": "https://github.com/XiaoWenQiang",
7   "authors": {
8     "xiaoqiang": "xiaowenqiang_1@126.com"
9   },
10   "social_media_url": "https://www.jianshu.com/u/16227d25bcf4",
11   "source": {
12     "git": "https://github.com/XiaoWenQiang/XQCategory",
13     "tag": "1.0.0"
14   },
15   "description": "一个实用的iOS分类,包含了日常开发过程中的常用的功能和扩展。",
16   "source_files": [
17     "XQCategory",
18     "XQCategory/**/*.{h,m}"
19   ],
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "requires_arc": true,
25   "platforms": {
26     "ios": "8.0"
27   }