blob: 9874b3c1f02919930bb0156762d47c60f555cfb5 [file] [log] [blame]
{
"name": "WANetworkRouting",
"version": "0.0.5",
"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.5"
},
"source_files": "Files/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"WAMapping": [
"~> 0.0.6"
]
}
}