[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / e / 9 / 5 / SLKBaseCommon / 0.1.3 / SLKBaseCommon.podspec.json
blob289fea5bc11b9ddb7914a5da49ea29192a66baff
2   "name": "SLKBaseCommon",
3   "version": "0.1.3",
4   "summary": "Fix missing folder",
5   "description": "It is Sulink base common component,try it",
6   "homepage": "https://github.com/tyjlp/SLKBaseCommon",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tyjlp": "332676989@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/tyjlp/SLKBaseCommon.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Category",
24       "source_files": "SLKBaseCommon/Classes/Category/**/*",
25       "frameworks": [
26         "QuartzCore",
27         "MapKit",
28         "CoreText"
29       ]
30     },
31     {
32       "name": "Networking",
33       "source_files": "SLKBaseCommon/Classes/Networking/**/*",
34       "dependencies": {
35         "AFNetworking": [
37         ],
38         "MJExtension": [
40         ]
41       }
42     },
43     {
44       "name": "Tool",
45       "source_files": "SLKBaseCommon/Classes/Tool/**/*",
46       "frameworks": "CoreLocation"
47     },
48     {
49       "name": "Constant",
50       "source_files": "SLKBaseCommon/Classes/Constant/**/*"
51     }
52   ]