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