blob: 1d840660838e8b733165f286fabdaf881338e463 [file] [log] [blame]
{
"name": "AvenueFetcher",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/*.{h,m}",
"dependencies": {
"Avenue": [
"~> 0.1"
],
"JSONModel": [
"~> 1.1"
],
"PromiseKit": [
"~> 1.5"
]
}
}