[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / 1 / MozoSDK / 2.1.3.2 / MozoSDK.podspec.json
blob3f104a5c6698c2714ed1edf96132c9fddb7d869b
2   "name": "MozoSDK",
3   "version": "2.1.3.2",
4   "summary": "Mozo protocol toolkit for Swift",
5   "description": "The Mozo SDK is a Swift implementation of the Mozo protocol. It allows maintaining authentication, authorization with Mozo Services, receiving Mozo Tokens via beacons and buying, selling, transferring Mozo. It is also supporting UI components for authentication and buying, selling, transferring Mozo.",
6   "homepage": "https://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": "v2.1.3.2"
17   },
18   "social_media_url": "https://www.facebook.com/mozoxvn",
19   "swift_versions": "5",
20   "platforms": {
21     "ios": "12.0"
22   },
23   "source_files": "MozoSDK/**/*.{h,m,swift}",
24   "resources": [
25     "MozoSDK/Resources/**"
26   ],
27   "resource_bundles": {
28     "MozoSDK": [
29       "MozoSDK/Classes/**/*.*",
30       "MozoSDK/Resources/**"
31     ]
32   },
33   "pod_target_xcconfig": {
34     "DEFINES_MODULE": "YES"
35   },
36   "dependencies": {
37     "Alamofire": [
39     ],
40     "CoreStore": [
42     ],
43     "RNCryptor": [
44       "~> 5.1.0"
45     ],
46     "web3swift": [
47       "~> 2.5.1"
48     ],
49     "ReachabilitySwift": [
51     ],
52     "MBProgressHUD": [
54     ],
55     "SDWebImage": [
57     ],
58     "SwiftyJSON": [
60     ],
61     "libPhoneNumber-iOS": [
63     ],
64     "JWTDecode": [
66     ]
67   },
68   "swift_version": "5"