blob: c579f7b19571d5abedb7a8d2b9917272dde970e2 [file] [log] [blame]
{
"name": "itmSDK",
"version": "0.2.0",
"summary": "fix document path bug",
"description": "This itmSDK for our project only.",
"homepage": "https://github.com/Clintlin/itmSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Clintlin": "linguanjie@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"vendored_frameworks": "Frameworks/itmSDK.framework"
},
"source": {
"git": "https://github.com/Clintlin/itmSDK.git",
"tag": "0.2.0",
"commit": "master"
},
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"Masonry": [
"~> 1.0.2"
],
"MBProgressHUD": [
"~> 1.0.0"
]
}
}