blob: e0ccb96c0f76a12e42893bba6b0354d945f7e281 [file] [log] [blame]
{
"name": "ParaClient",
"version": "1.21.1",
"summary": "Para Client for iOS",
"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.",
"homepage": "https://github.com/erudika/para-client-ios",
"documentation_url": "http://www.paraio.org/docs/index.html",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Alex Bogdanovski": "alex@erudika.com"
},
"social_media_url": "https://twitter.com/para_io",
"cocoapods_version": ">= 1.0",
"platforms": {
"ios": "9.3",
"osx": "10.11",
"watchos": "2.2",
"tvos": "9.2"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source": {
"git": "https://github.com/erudika/para-client-ios.git",
"tag": "1.21.1"
},
"source_files": "Source/*.{h,swift}",
"requires_arc": true,
"dependencies": {
"CryptoSwift": [
],
"SwiftyJSON": [
],
"Alamofire": [
]
},
"pushed_with_swift_version": "3.0"
}