blob: 0698eac252c1b8f3a94943378e8c9ec3a42a01a7 [file] [log] [blame]
{
"name": "WANetworkRouting",
"version": "1.0.0",
"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": "1.0.0"
},
"source_files": "Files/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1"
],
"WAMapping": [
"~> 0.0.7"
]
}
}