blob: 72a3fd3add7583f617d4e6f42dc9ec3ec3cc2267 [file] [log] [blame]
{
"name": "WANetworkRouting",
"version": "0.0.9",
"summary": "A routing library to fetch objects from an API and map them to your app",
"homepage": "https://github.com/Wasappli/WANetworkRouting",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marian Paul": "marian@wasapp.li"
},
"platforms": {
"ios": "7.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/Wasappli/WANetworkRouting.git",
"tag": "0.0.9"
},
"source_files": "Files/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1"
],
"WAMapping": [
"~> 0.0.7"
]
}
}