[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 0 / 5 / WANetworkRouting / 0.0.9 / WANetworkRouting.podspec.json
blob72a3fd3add7583f617d4e6f42dc9ec3ec3cc2267
2   "name": "WANetworkRouting",
3   "version": "0.0.9",
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     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/Wasappli/WANetworkRouting.git",
19     "tag": "0.0.9"
20   },
21   "source_files": "Files/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.1"
26     ],
27     "WAMapping": [
28       "~> 0.0.7"
29     ]
30   }