[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 6 / 2 / a / MTComponent / 0.1.5 / MTComponent.podspec.json
blobe0cf7672b18dfcb3f43381af2d101b7921c638b6
2   "name": "MTComponent",
3   "version": "0.1.5",
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.5"
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   }