[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 8 / 2 / MLModule / 1.0.17 / MLModule.podspec.json
blob7ef9b1dcc07026231d41182fc7cca3b4de64db01
2   "name": "MLModule",
3   "version": "1.0.17",
4   "summary": "A delightful iOS module and sdk framework.",
5   "homepage": "http://gitlab.mljr.com/ios/MLModule",
6   "license": "MIT",
7   "authors": {
8     "刘祥洋": "xiangyang.liu@mljr.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "http://gitlab.mljr.com/ios/MLModule.git",
15     "tag": "1.0.17"
16   },
17   "source_files": "MLModule/**/*",
18   "requires_arc": true,
19   "dependencies": {
20     "AliyunOSSiOS": [
21       "~> 2.6.5"
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "MLOctopus",
27       "source_files": "MLModule/MLOctopus/*",
28       "ios": {
29         "frameworks": [
30           "MapKit",
31           "Contacts",
32           "AddressBook",
33           "CoreTelephony"
34         ]
35       }
36     },
37     {
38       "name": "MLOSS",
39       "source_files": "MLModule/Network/OSS/*"
40     }
41   ]