blob: ddd9dab717daff8f19653ab827f53ebb4815c288 [file] [log] [blame]
{
"name": "WANetworkRouting",
"version": "0.0.2",
"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"
},
"source": {
"git": "https://github.com/Wasappli/WANetworkRouting.git",
"tag": "0.0.2"
},
"source_files": "Files/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"WAMapping": [
"~> 0.0.3"
]
}
}