blob: 1bd7b9fa672305172e822b11afb12b6ef5a1d534 [file] [log] [blame]
{
"name": "Avenue",
"version": "0.2.2",
"summary": "A Networking Infrastructure",
"homepage": "https://github.com/MediaHound/Avenue",
"license": "Apache",
"authors": {
"Dustin Bachrach": "dustin@mediahound.com"
},
"source": {
"git": "https://github.com/MediaHound/Avenue.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"private_header_files": "Pod/Classes/**/*+Internal.h",
"dependencies": {
"AFNetworking": [
],
"KVOController": [
],
"PromiseKit/CorePromise": [
"~> 2.0"
]
}
}