[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 4 / f / 5 / AYNetworking / 1.4.0 / AYNetworking.podspec.json
blob540ffe40490d1385a8275004a3e22006de4a562e
2   "name": "AYNetworking",
3   "version": "1.4.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "AYNetworking is a API extension of AFNetworking.",
9   "homepage": "https://github.com/jboehler/AYNetworking",
10   "authors": {
11     "Jan Böhler": "boehler.jan@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/jboehler/AYNetworking.git",
15     "tag": "v1.4.0"
16   },
17   "source_files": [
18     "Classes",
19     "AYNetworking"
20   ],
21   "requires_arc": true,
22   "platforms": {
23     "ios": "5.0",
24     "osx": "10.7"
25   },
26   "dependencies": {
27     "AFNetworking": [
28       "~> 1.0"
29     ]
30   }