[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 7 / 8 / a / ios-Utility / 1.1 / ios-Utility.podspec.json
blobc3ba0635f5c008a43a21bfd027e8ec112df2bd18
2   "name": "ios-Utility",
3   "version": "1.1",
4   "summary": "项目开发过程工具.",
5   "description": "项目敏捷开发,为开发提供常用的开发工具。",
6   "homepage": "https://github.com/vsguji/ios-Utility",
7   "license": "MIT",
8   "authors": {
9     "peng": "vsguji_2013@sina.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/vsguji/ios-Utility.git",
16     "tag": "1.1"
17   },
18   "source_files": [
19     "Utility/Utility",
20     "Utility/Utility/**/*.{h,m}"
21   ],
22   "exclude_files": "Utility/Utility/Exclude",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "Security"
27   ],
28   "requires_arc": true,
29   "subspecs": [
30     {
31       "name": "no-arc",
32       "source_files": "Utility/Utility/Array/CSVParser.{h,m}",
33       "requires_arc": false
34     }
35   ]