[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / f / 6 / C1Extension / 1.0.4 / C1Extension.podspec.json
blob96f9c529847cbed35ee79d0ae4ba1f9a0e1e29d2
2   "name": "C1Extension",
3   "version": "1.0.4",
4   "summary": "C1Extension.",
5   "description": "对一些实用类的扩展收集和封装",
6   "homepage": "https://github.com/Classical1956/C1Extension",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dracula_1956": "dracula_1956@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/Classical1956/C1Extension.git",
16     "tag": "1.0.4",
17     "submodules": true
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0"
22   },
23   "subspecs": [
24     {
25       "name": "UIKit",
26       "source_files": "C1Extension/UIKit/**/*.{h,m}",
27       "frameworks": [
28         "UIKit",
29         "CoreLocation"
30       ],
31       "platforms": {
32         "ios": "7.0"
33       }
34     },
35     {
36       "name": "Foundation",
37       "source_files": "C1Extension/Foundation/**/*.{h,m}",
38       "resources": "C1Extension/Foundation/NSDate/NSDateTimeAgo.bundle",
39       "frameworks": "Foundation",
40       "platforms": {
41         "ios": "8.0"
42       }
43     }
44   ]