blob: 0fff17945d84e5733e7aeb1ca542e4c1bccfca57 [file] [log] [blame]
{
"name": "OvercoatObjC",
"version": "1.0.0",
"summary": "Overcoat is a small but powerful library that makes creating REST clients simple and fun.",
"description": "Overcoat is a small but powerful library that makes creating REST clients simple and fun.",
"homepage": "https://github.com/tospery/OvercoatObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tospery": "tospery@gmail.com"
},
"source": {
"git": "https://github.com/tospery/OvercoatObjC.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "OvercoatObjC/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"3.2.1"
],
"ReactiveObjC": [
"3.1.1"
],
"Mantle": [
"2.1.0"
]
},
"swift_version": "5.0"
}