[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 0 / f / ParaClient / 1.21.1 / ParaClient.podspec.json
blobe0ccb96c0f76a12e42893bba6b0354d945f7e281
2   "name": "ParaClient",
3   "version": "1.21.1",
4   "summary": "Para Client for iOS",
5   "description": "Para is a simple, modular backend framework for object persistence and retrieval. It helps you build applications faster by taking care of the backend. This is the Swift client for Para.",
6   "homepage": "https://github.com/erudika/para-client-ios",
7   "documentation_url": "http://www.paraio.org/docs/index.html",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Alex Bogdanovski": "alex@erudika.com"
14   },
15   "social_media_url": "https://twitter.com/para_io",
16   "cocoapods_version": ">= 1.0",
17   "platforms": {
18     "ios": "9.3",
19     "osx": "10.11",
20     "watchos": "2.2",
21     "tvos": "9.2"
22   },
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "3.0"
25   },
26   "source": {
27     "git": "https://github.com/erudika/para-client-ios.git",
28     "tag": "1.21.1"
29   },
30   "source_files": "Source/*.{h,swift}",
31   "requires_arc": true,
32   "dependencies": {
33     "CryptoSwift": [
35     ],
36     "SwiftyJSON": [
38     ],
39     "Alamofire": [
41     ]
42   },
43   "pushed_with_swift_version": "3.0"