[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 2 / b / iOSApiConnection / 1.4.0 / iOSApiConnection.podspec.json
blob6d0cf4729d860a3347df930e344edd8255249b04
2   "name": "iOSApiConnection",
3   "version": "1.4.0",
4   "summary": "iOSApiConnection is a wrapper or helper to call the API.",
5   "description": "This helper class will make it very easy to call the json based APIs. This helper can also be used for uploading the images and videos to server with progress.In this version, code for uploading the files to the server has been added.",
6   "homepage": "https://github.com/prorohit/iOSApiConnection",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "prorohit": "prorohit13@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/prorohit/iOSApiConnection.git",
16     "tag": "1.4.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "iOSApiConnection/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "Reachability": [
28     ]
29   },
30   "pushed_with_swift_version": "3.0"