[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 8 / e / SLStaticLibrary / 1.1.1 / SLStaticLibrary.podspec.json
blob8fb236b4b88d493b75c3cbb2d31593dc537541b8
2   "name": "SLStaticLibrary",
3   "version": "1.1.1",
4   "license": "MIT",
5   "summary": "my custom static library for iOS.",
6   "homepage": "https://github.com/SugarLSG/SLStaticLibrary",
7   "authors": {
8     "sugar.lin": "339426723@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/SugarLSG/SLStaticLibrary.git",
12     "tag": "1.1.1",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "resources": "SLStaticLibrary/Resources/SLImages.bundle",
20   "subspecs": [
21     {
22       "name": "Categories",
23       "source_files": "SLStaticLibrary/Categories/**/*",
24       "public_header_files": "SLStaticLibrary/Categories/**/*.h"
25     },
26     {
27       "name": "Commons",
28       "source_files": "SLStaticLibrary/Commons/**/*",
29       "public_header_files": "SLStaticLibrary/Commons/**/*.h",
30       "dependencies": {
31         "SLStaticLibrary/Categories": [
33         ],
34         "AFNetworking": [
36         ],
37         "SDWebImage": [
39         ]
40       }
41     },
42     {
43       "name": "Controllers",
44       "source_files": "SLStaticLibrary/Controllers/**/*",
45       "public_header_files": "SLStaticLibrary/Controllers/**/*.h",
46       "dependencies": {
47         "SLStaticLibrary/Commons": [
49         ]
50       }
51     },
52     {
53       "name": "Models",
54       "source_files": "SLStaticLibrary/Models/**/*",
55       "public_header_files": "SLStaticLibrary/Models/**/*.h"
56     },
57     {
58       "name": "Views",
59       "source_files": "SLStaticLibrary/Views/**/*",
60       "public_header_files": "SLStaticLibrary/Views/**/*.h",
61       "dependencies": {
62         "SLStaticLibrary/Commons": [
64         ]
65       }
66     }
67   ]