[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / 8 / e / SLStaticLibrary / 1.0.8 / SLStaticLibrary.podspec.json
blob2b9dd20ead3e17320c272667fd400a4d9d45c94a
2   "name": "SLStaticLibrary",
3   "version": "1.0.8",
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.8",
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/**/*",
23       "public_header_files": "SLStaticLibrary/Categories/**/*.h"
24     },
25     {
26       "name": "Commons",
27       "source_files": "SLStaticLibrary/Commons/**/*",
28       "public_header_files": "SLStaticLibrary/Commons/**/*.h",
29       "dependencies": {
30         "SDWebImage": [
31           "~> 3.7.1"
32         ]
33       }
34     },
35     {
36       "name": "Controllers",
37       "source_files": "SLStaticLibrary/Controllers/**/*",
38       "public_header_files": "SLStaticLibrary/Controllers/**/*.h",
39       "dependencies": {
40         "SLStaticLibrary/Commons": [
42         ]
43       }
44     },
45     {
46       "name": "Models",
47       "source_files": "SLStaticLibrary/Models/**/*",
48       "public_header_files": "SLStaticLibrary/Models/**/*.h"
49     },
50     {
51       "name": "Views",
52       "source_files": "SLStaticLibrary/Views/**/*",
53       "public_header_files": "SLStaticLibrary/Views/**/*.h",
54       "dependencies": {
55         "SLStaticLibrary/Commons": [
57         ]
58       }
59     }
60   ]