[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / e / 9 / 5 / SLKBaseCommon / 0.1.0 / SLKBaseCommon.podspec.json
blobbb0f658e1561d51d28503f8232ef1aec09388916
2   "name": "SLKBaseCommon",
3   "version": "0.1.0",
4   "summary": "Sulink base common component",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SLKBaseCommon/Classes/**/*",
22   "subspecs": [
23     {
24       "name": "Category",
25       "source_files": "SLKBaseCommon/Classes/Category/**/*",
26       "frameworks": [
27         "QuartzCore",
28         "MapKit",
29         "CoreText"
30       ]
31     },
32     {
33       "name": "Networking",
34       "source_files": "SLKBaseCommon/Classes/Networking/**/*",
35       "dependencies": {
36         "AFNetworking": [
38         ],
39         "MJExtension": [
41         ]
42       }
43     },
44     {
45       "name": "Tool",
46       "source_files": "SLKBaseCommon/Classes/Tool/**/*",
47       "frameworks": "CoreLocation"
48     }
49   ]