blob: e7c16b1ad591155a80475329864077c6f6ff9e4e [file] [log] [blame]
{
"name": "AvenueFetcher",
"version": "0.4.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.4.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.{h,m}",
"dependencies": {
"Avenue": [
"~> 0.4"
],
"JSONModel": [
"~> 1.1"
],
"PromiseKit/CorePromise": [
"~> 3.0"
]
}
}