[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / 0 / 1 / MozoSDK / 1.6.18 / MozoSDK.podspec.json
blobd7573785b2d958d79505c0ab95edb0d52284e99d
2   "name": "MozoSDK",
3   "version": "1.6.18",
4   "summary": "Mozo protocol toolkit for Swift",
5   "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```",
6   "homepage": "https://www.mozocoin.io/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mozo developers": "developer@mozocoin.io"
13   },
14   "source": {
15     "git": "https://github.com/Biglabs/mozo-ios-sdk.git",
16     "tag": "1.6.18"
17   },
18   "swift_versions": "4.1",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "MozoSDK/Classes/**/*.{h,m,swift}",
23   "resources": [
24     "MozoSDK/Classes/**/*.xcdatamodeld",
25     "MozoSDK/Classes/**/*.txt"
26   ],
27   "resource_bundles": {
28     "MozoSDK": [
29       "MozoSDK/Classes/**/*.{storyboard,xib}",
30       "MozoSDK/Assets/*.{xcassets,gif}",
31       "MozoSDK/Localization/*.lproj/*.strings"
32     ]
33   },
34   "pod_target_xcconfig": {
35     "DEFINES_MODULE": "YES"
36   },
37   "dependencies": {
38     "SwiftyJSON": [
39       "4.3.0"
40     ],
41     "web3swift": [
42       "~> 1.1.1"
43     ],
44     "secp256k1_ios": [
45       "~> 0.1"
46     ],
47     "RNCryptor": [
48       "~> 5.0.3"
49     ],
50     "PromiseKit/Alamofire": [
51       "6.8.4"
52     ],
53     "Alamofire": [
54       "4.8.2"
55     ],
56     "AlamofireImage": [
57       "3.5.2"
58     ],
59     "CoreStore": [
60       "5.1.1"
61     ],
62     "AppAuth": [
63       "~> 1.2.0"
64     ],
65     "Starscream": [
66       "3.0.2"
67     ],
68     "ReachabilitySwift": [
69       "4.3.0"
70     ],
71     "MBProgressHUD": [
72       "~> 1.1.0"
73     ],
74     "JWTDecode": [
75       "2.3.0"
76     ],
77     "Kingfisher": [
78       "5.9.0"
79     ],
80     "libPhoneNumber-iOS": [
82     ]
83   },
84   "swift_version": "4.1"