[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 0 / f / ParaClient / 1.26.0 / ParaClient.podspec.json
blob398056152f81f354304ab20a44668bb597845283
2   "name": "ParaClient",
3   "version": "1.26.0",
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": "https://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": "4.0"
25   },
26   "source": {
27     "git": "https://github.com/erudika/para-client-ios.git",
28     "tag": "1.26.0"
29   },
30   "source_files": [
31     "Source/*.{h,swift}",
32     "Sources/*.{h,swift}"
33   ],
34   "requires_arc": true,
35   "dependencies": {
36     "CryptoSwift": [
38     ],
39     "SwiftyJSON": [
41     ],
42     "Alamofire": [
44     ]
45   }