blob: 3029907c172378fa48b1772e78ed486992e6db45 [file] [log] [blame]
{
"name": "ParaClient",
"version": "1.25.0",
"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": "https://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.1"
},
"source": {
"git": "https://github.com/erudika/para-client-ios.git",
"tag": "1.25.0"
},
"source_files": [
"Source/*.{h,swift}",
"Sources/*.{h,swift}"
],
"requires_arc": true,
"dependencies": {
"CryptoSwift": [
],
"SwiftyJSON": [
],
"Alamofire": [
]
},
"pushed_with_swift_version": "3.1"
}