[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 3 / 1 / AFOFoundation / 1.0.8 / AFOFoundation.podspec.json
blobf10359de90d77998b6fa4baa4a62815217073630
2   "name": "AFOFoundation",
3   "version": "1.0.8",
4   "summary": "This library is for extending Foundation libraries.",
5   "description": "Inherit and system classes, compile extensions, and reuse.",
6   "homepage": "https://github.com/PangDuTechnology/AFOFoundation.git",
7   "license": "MIT",
8   "authors": {
9     "PangDu": "xian312117@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/PangDuTechnology/AFOFoundation.git",
16     "tag": "1.0.8"
17   },
18   "source_files": "AFOFoundation/*.h",
19   "public_header_files": "AFOFoundation/*.h",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "string",
24       "source_files": "AFOFoundation/string/*.{h,m}",
25       "public_header_files": "AFOFoundation/string/*.h"
26     },
27     {
28       "name": "define",
29       "source_files": "AFOFoundation/define/*.{h,m}",
30       "public_header_files": "AFOFoundation/define/*.h"
31     },
32     {
33       "name": "bundle",
34       "source_files": "AFOFoundation/bundle/*.{h,m}",
35       "public_header_files": "AFOFoundation/bundle/*.h"
36     },
37     {
38       "name": "weak",
39       "source_files": "AFOFoundation/weak/*.{h,m}",
40       "public_header_files": "AFOFoundation/weak/*.h"
41     },
42     {
43       "name": "sandbox",
44       "source_files": "AFOFoundation/sandbox/*.{h,m}",
45       "public_header_files": "AFOFoundation/sandbox/*.h"
46     },
47     {
48       "name": "array",
49       "source_files": "AFOFoundation/array/*.{h,m}",
50       "public_header_files": "AFOFoundation/array/*.h"
51     },
52     {
53       "name": "dictionary",
54       "source_files": "AFOFoundation/dictionary/*.{h,m}",
55       "public_header_files": "AFOFoundation/dictionary/*.h"
56     }
57   ]