blob: bb037f34bb55176d107ea20a9c15e3a7785a1e50 [file] [log] [blame]
{
"name": "MozoSDK",
"version": "1.6.11",
"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 MozoX Services, receiving MozoX lucky coins via beacons and buying/selling/transferring MozoX. It is also supporting UI components for authentication and buying/selling/transferring MozoX.\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.6.11"
},
"swift_versions": "4.1",
"platforms": {
"ios": "10.0"
},
"source_files": "MozoSDK/Classes/**/*.{h,m,swift}",
"resources": [
"MozoSDK/Classes/**/*.xcdatamodeld",
"MozoSDK/Classes/**/*.txt"
],
"resource_bundles": {
"MozoSDK": [
"MozoSDK/Classes/**/*.{storyboard,xib}",
"MozoSDK/Assets/*.{xcassets,gif}",
"MozoSDK/Localization/*.lproj/*.strings"
]
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"dependencies": {
"SwiftyJSON": [
"4.3.0"
],
"web3swift": [
"~> 1.1.1"
],
"secp256k1_ios": [
"~> 0.1"
],
"RNCryptor": [
"~> 5.0.3"
],
"PromiseKit/Alamofire": [
"6.8.4"
],
"Alamofire": [
"4.8.2"
],
"AlamofireImage": [
"3.5.2"
],
"CoreStore": [
"5.1.1"
],
"AppAuth": [
"~> 1.2.0"
],
"Starscream": [
"3.0.2"
],
"ReachabilitySwift": [
"4.3.0"
],
"MBProgressHUD": [
"~> 1.1.0"
],
"JWTDecode": [
"2.3.0"
],
"Kingfisher": [
"5.9.0"
],
"libPhoneNumber-iOS": [
]
},
"swift_version": "4.1"
}