[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 2 / a / MTComponent / 0.1.0 / MTComponent.podspec.json
blob166d68b4e1ba93d709cd34d70e4207a86ab11b1c
2   "name": "MTComponent",
3   "version": "0.1.0",
4   "summary": "A component-based framework for functional areas.",
5   "description": "MTComponent is a component-based framework that can be implemented by splitting the different functional areas in a page by component-based ideas.",
6   "homepage": "https://github.com/Secrimart/MTComponent",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "secrimart@aliyun.com": "secrimart@aliyun.com"
13   },
14   "source": {
15     "git": "https://github.com/Secrimart/MTComponent.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MTComponent/Classes/**/*",
22   "dependencies": {
23     "MTBaseObjects": [
24       "~> 0.1.0"
25     ],
26     "MJExtension": [
27       "~> 3.0"
28     ]
29   }