[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / c / 0 / 5 / WANetworkRouting / 0.0.6 / WANetworkRouting.podspec.json
blobcaa3df2fa2b2591d5d35300120d1a80680719478
2   "name": "WANetworkRouting",
3   "version": "0.0.6",
4   "summary": "A routing library to fetch objects from an API and map them to your app",
5   "homepage": "https://github.com/Wasappli/WANetworkRouting",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Marian Paul": "marian@wasapp.li"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/Wasappli/WANetworkRouting.git",
18     "tag": "0.0.6"
19   },
20   "source_files": "Files/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.0"
25     ],
26     "WAMapping": [
27       "~> 0.0.6"
28     ]
29   }