blob: 0b6337f36a6f24e1673ea711ae3026c5aa661f94 [file] [log] [blame]
{
"name": "AlamofireJsonToObjects",
"version": "2.3.1",
"summary": "An Alamofire extension which converts JSON response data into swift objects using EVReflection",
"description": "An Alamofire extension which converts JSON response data into swift objects using EVReflection.",
"homepage": "https://github.com/evermeer/AlamofireJsonToObjects",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Edwin Vermeer": "edwin@evict.nl"
},
"social_media_url": "https://twitter.com/evermeer",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/evermeer/AlamofireJsonToObjects.git",
"tag": "2.3.1"
},
"source_files": "AlamofireJsonToObjects/*",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"Alamofire": [
],
"EVReflection": [
]
},
"pushed_with_swift_version": "3.0"
}