blob: 91e9d391c18e145c1f89d4ea31182b9589d648ab [file] [log] [blame]
{
"name": "AlamofireObjectMapperPromise",
"version": "0.1.0",
"summary": "Use PromiseKit and AlamofireObjectMapper together.",
"description": "This project adds promises to AlamofireObjectMapper.",
"homepage": "http://www.kapps.co.jp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZhihuaZhang": "shika.cho@kapps.co.jp"
},
"source": {
"git": "https://github.com/zhz821/AlamofireObjectMapperPromise.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AlamofireObjectMapperPromise/Classes/**/*",
"swift_version": "4.0",
"dependencies": {
"AlamofireObjectMapper": [
],
"PromiseKit": [
]
}
}