[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 5 / f / Networking / 0.6.1 / Networking.podspec.json
blob52f9f7abc43fb31eee2cfb2d1a2285382025e335
2   "name": "Networking",
3   "version": "0.6.1",
4   "summary": "Dead Simple Networking Library",
5   "homepage": "https://github.com/3lvis/Networking",
6   "license": "MIT",
7   "authors": {
8     "Elvis Nuñez": "elvisnunez@me.com"
9   },
10   "source": {
11     "git": "https://github.com/3lvis/Networking.git",
12     "tag": "0.6.1"
13   },
14   "social_media_url": "https://twitter.com/3lvis",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Source/**/*",
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "dependencies": {
25     "NSObject-HYPTesting": [
26       "~> 1.2"
27     ],
28     "JSON": [
29       "~> 3.1.0"
30     ]
31   }