[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 8 / e / SLStaticLibrary / 1.0.10 / SLStaticLibrary.podspec.json
blobd420701adf260e196bfcbe38a7687a42012c8bf7
2   "name": "SLStaticLibrary",
3   "version": "1.0.10",
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.0.10",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "subspecs": [
20     {
21       "name": "Bundles",
22       "source_files": "SLStaticLibrary/Bundles/**/*",
23       "public_header_files": "SLStaticLibrary/Bundles/**/*.h"
24     },
25     {
26       "name": "Categories",
27       "source_files": "SLStaticLibrary/Categories/**/*",
28       "public_header_files": "SLStaticLibrary/Categories/**/*.h"
29     },
30     {
31       "name": "Commons",
32       "source_files": "SLStaticLibrary/Commons/**/*",
33       "public_header_files": "SLStaticLibrary/Commons/**/*.h",
34       "dependencies": {
35         "SLStaticLibrary/Categories": [
37         ],
38         "AFNetworking": [
40         ],
41         "SDWebImage": [
43         ]
44       }
45     },
46     {
47       "name": "Controllers",
48       "source_files": "SLStaticLibrary/Controllers/**/*",
49       "public_header_files": "SLStaticLibrary/Controllers/**/*.h",
50       "dependencies": {
51         "SLStaticLibrary/Commons": [
53         ]
54       }
55     },
56     {
57       "name": "Models",
58       "source_files": "SLStaticLibrary/Models/**/*",
59       "public_header_files": "SLStaticLibrary/Models/**/*.h"
60     },
61     {
62       "name": "Views",
63       "source_files": "SLStaticLibrary/Views/**/*",
64       "public_header_files": "SLStaticLibrary/Views/**/*.h",
65       "dependencies": {
66         "SLStaticLibrary/Commons": [
68         ]
69       }
70     }
71   ]