[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / 0 / 1 / MozoSDK / 2.0.0 / MozoSDK.podspec.json
blobc88e6f639feac2983e70606d8fef86780906a1e6
2   "name": "MozoSDK",
3   "version": "2.0.0",
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": "2.0.0"
17   },
18   "social_media_url": "https://facebook.com/mozocoin.io",
19   "swift_versions": "4.1",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source_files": "MozoSDK/Classes/**/*.{h,m,swift}",
24   "resources": [
25     "MozoSDK/Classes/**/*.xcdatamodeld",
26     "MozoSDK/Classes/**/*.txt"
27   ],
28   "resource_bundles": {
29     "MozoSDK": [
30       "MozoSDK/Classes/**/*.{storyboard,xib}",
31       "MozoSDK/Assets/*.{xcassets,gif}",
32       "MozoSDK/Localization/*.lproj/*.strings"
33     ]
34   },
35   "pod_target_xcconfig": {
36     "DEFINES_MODULE": "YES"
37   },
38   "dependencies": {
39     "SwiftyJSON": [
40       "4.3.0"
41     ],
42     "web3swift": [
43       "~> 1.1.1"
44     ],
45     "secp256k1_ios": [
46       "~> 0.1"
47     ],
48     "RNCryptor": [
49       "~> 5.0.3"
50     ],
51     "PromiseKit/Alamofire": [
52       "6.8.4"
53     ],
54     "Alamofire": [
55       "4.8.2"
56     ],
57     "AlamofireImage": [
58       "3.5.2"
59     ],
60     "CoreStore": [
61       "5.1.1"
62     ],
63     "AppAuth": [
64       "~> 1.2.0"
65     ],
66     "Starscream": [
67       "3.0.2"
68     ],
69     "ReachabilitySwift": [
70       "4.3.0"
71     ],
72     "MBProgressHUD": [
73       "~> 1.1.0"
74     ],
75     "JWTDecode": [
76       "2.3.0"
77     ],
78     "Kingfisher": [
79       "5.9.0"
80     ],
81     "libPhoneNumber-iOS": [
83     ]
84   },
85   "swift_version": "4.1"