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