blob: 628c4d7646580b57708132cfce2da0efdaeb373d [file] [log] [blame]
{
"name": "AlamofireJsonToObjects",
"version": "2.4.0",
"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": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/evermeer/AlamofireJsonToObjects.git",
"tag": "2.4.0"
},
"source_files": "AlamofireJsonToObjects/*",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"Alamofire": [
],
"EVReflection": [
]
},
"pushed_with_swift_version": "3.0"
}