blob: 875c70ad63a6d00ec3a0dbc6d8ff18b372816706 [file] [log] [blame]
{
"name": "AlamofireCoreData",
"version": "2.0.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": "2.0.0"
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"Groot": [
"~> 3.0"
]
},
"source_files": "AlamofireCoreData/source/**/*.{swift}",
"frameworks": "CoreData"
}