[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / f / 5 / AYNetworking / 0.7.0 / AYNetworking.podspec.json
blobc74866eed14b91d0b2465ad300af927a1678ebae
2   "name": "AYNetworking",
3   "version": "0.7.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": "v0.7.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.2.0"
29     ]
30   }