[Add] LiteRTSwift 0.0.1-nightly.20250111
[CocoaPods.git] / Specs / 0 / 5 / 2 / MWP-iOS-Open / 0.0.1.1 / MWP-iOS-Open.podspec.json
blobd36d0cef630921e9b8bd1c896b24258d7127a687
2   "name": "MWP-iOS-Open",
3   "version": "0.0.1.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.1.1"
20   },
21   "requires_arc": true,
22   "default_subspecs": [
23     "SDK",
24     "Interface"
25   ],
26   "subspecs": [
27     {
28       "name": "SDK",
29       "public_header_files": "MWP-iOS-Open/Classes/SDK/**/*.h",
30       "source_files": "MWP-iOS-Open/Classes/SDK/**/*",
31       "dependencies": {
32         "MLComm": [
34         ],
35         "AFNetworking": [
37         ]
38       }
39     },
40     {
41       "name": "Interface",
42       "public_header_files": "MWP-iOS-Open/Classes/Interface/*.h",
43       "source_files": "MWP-iOS-Open/Classes/Interface/*"
44     }
45   ]