[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 0 / 5 / WANetworkRouting / 1.0.1 / WANetworkRouting.podspec.json
blob613053c2b3d4e802708e6f2cfd6e6bbb71d8375f
2   "name": "WANetworkRouting",
3   "version": "1.0.1",
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": "1.0.1"
20   },
21   "source_files": "Files/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.1"
26     ],
27     "WAMapping": [
28       "~> 0.0.8"
29     ]
30   }