blob: 8f52ab7b0f4f4fdaba97efcb974ecf12b37ae3aa [file] [log] [blame]
{
"name": "MTBaseObjects",
"version": "0.1.5",
"summary": "Define a set of foundational objects.",
"description": "Define a set of foundational objects, that can be used build to a simple project.",
"homepage": "https://github.com/Secrimart/MTBaseObjects",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"secrimart@aliyun.com": "secrimart@aliyun.com"
},
"source": {
"git": "https://github.com/Secrimart/MTBaseObjects.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MTBaseObjects/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.2"
],
"MBProgressHUD": [
"~> 1.1"
],
"Masonry": [
"~> 1.1"
],
"BackButtonHandler": [
"~> 1.0"
],
"SDWebImage": [
"~> 4.3"
],
"JLFramework": [
"~> 0.1"
]
}
}