[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 8 / e / SLStaticLibrary / 1.0.6 / SLStaticLibrary.podspec.json
blob1887743add1cb1aaa738d1a3849bdaa595e9806d
2   "name": "SLStaticLibrary",
3   "version": "1.0.6",
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.6",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "subspecs": [
20     {
21       "name": "Categories",
22       "source_files": "SLStaticLibrary/Categories/*.{h,m}"
23     },
24     {
25       "name": "Controllers",
26       "source_files": "SLStaticLibrary/Controllers/*.{h,m}"
27     },
28     {
29       "name": "Models",
30       "source_files": "SLStaticLibrary/Models/*.{h,m}"
31     },
32     {
33       "name": "Views",
34       "source_files": "SLStaticLibrary/Views/*.{h,m}"
35     }
36   ]