blob: cedf44be5a7e00f517b9b503d82f4cea8409518a [file] [log] [blame]
{
"name": "AlamofireCoreData",
"version": "1.1.0",
"summary": "A nice Alamofire serializer that convert JSON into NSManagedObject instances.",
"description": "A nice Alamofire serializer that convert JSON into NSManagedObject instances using Groot.",
"homepage": "https://github.com/ManueGE/AlamofireCoreData/",
"license": "MIT",
"authors": "Manuel García-Estañ",
"social_media_url": "http://twitter.com/ManueGE",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ManueGE/AlamofireCoreData.git",
"tag": "1.1.0"
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.5"
],
"Groot": [
"~> 2.0"
]
},
"source_files": "AlamofireCoreData/source/**/*.{swift}",
"frameworks": "CoreData",
"pushed_with_swift_version": "4.0"
}