blob: b07c8c98c9118a20420f71444c93648147a2e20e [file] [log] [blame]
{
"name": "MozoSDK",
"version": "1.3.17",
"summary": "Mozo protocol toolkit for Swift",
"description": "The Mozo SDK is a Swift implementation of the Mozo protocol. This SDK was originally made by Hoang Nguyen. It allows maintaining authentication/authorization with Mozo Services, receiving Mozo lucky coins via beacons and buying/selling/transferring Mozo. It is also supporting UI components for authentication and buying/selling/transferring Mozo.\n```",
"homepage": "https://www.mozocoin.io/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mozo developers": "developer@mozocoin.io"
},
"source": {
"git": "https://github.com/Biglabs/mozo-ios-sdk.git",
"tag": "1.3.17"
},
"swift_version": "4.1",
"platforms": {
"ios": "10.0"
},
"source_files": "MozoSDK/Classes/**/*.{h,swift}",
"resources": [
"MozoSDK/Classes/**/*.xcdatamodeld"
],
"resource_bundles": {
"MozoSDK": [
"MozoSDK/Classes/**/*.{storyboard,xib}",
"MozoSDK/Assets/*.xcassets",
"MozoSDK/Localization/*.lproj/*.strings"
]
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"dependencies": {
"SwiftyJSON": [
"~> 3.1.4"
],
"web3swift": [
"~> 1.1.1"
],
"secp256k1_ios": [
"~> 0.1"
],
"RNCryptor": [
"~> 5.0.3"
],
"PromiseKit/Alamofire": [
"~> 6.0"
],
"CoreStore": [
"5.1.1"
],
"AppAuth": [
"~> 0.92.0"
],
"Starscream": [
"3.0.2"
],
"ReachabilitySwift": [
"4.3.0"
],
"MBProgressHUD": [
"~> 1.1.0"
]
}
}