[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 5 / 2 / MWP-iOS-Open / 0.0.6.1 / MWP-iOS-Open.podspec.json
blob0cfa6ff91fbee1098bb1aa788d9759f9d5389a66
2   "name": "MWP-iOS-Open",
3   "version": "0.0.6.1",
4   "summary": "MWP SDK for iOS.",
5   "description": "meili wireless platform SDK for iOS.",
6   "homepage": "http://github.com/meili/MWP-SDK-iOS-Podspec",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mogujie": "mopen@meili-inc.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "http://github.com/meili/MWP-SDK-iOS-Podspec.git",
19     "tag": "0.0.6.1"
20   },
21   "requires_arc": true,
22   "default_subspecs": [
23     "SDK",
24     "Interface"
25   ],
26   "subspecs": [
27     {
28       "name": "__default__",
29       "vendored_libraries": "libMWP-iOS-Open.a"
30     },
31     {
32       "name": "SDK",
33       "dependencies": {
34         "MWP-iOS-Open/__default__": [
36         ],
37         "MLComm-Open": [
39         ],
40         "AFNetworking": [
42         ]
43       }
44     },
45     {
46       "name": "Interface",
47       "public_header_files": "MWP-iOS-Open/Classes/Interface/*.h",
48       "source_files": "MWP-iOS-Open/Classes/Interface/*",
49       "dependencies": {
50         "MWP-iOS-Open/__default__": [
52         ]
53       }
54     }
55   ]