blob: 86f3f5d20ec43ca2cd2855acd91e156f19d04945 [file] [log] [blame]
{
"name": "AvenueFetcher",
"version": "0.2.0",
"summary": "JSON Fetching for Avenue",
"homepage": "https://github.com/MediaHound/AvenueFetcher",
"license": "Apache",
"authors": {
"Dustin Bachrach": "dustin@mediahound.com"
},
"source": {
"git": "https://github.com/MediaHound/AvenueFetcher.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.{h,m}",
"dependencies": {
"Avenue": [
"~> 0.2"
],
"JSONModel": [
"~> 1.1"
],
"PromiseKit": [
"~> 2.0"
]
}
}