[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / 1 / MozoSDK / 2.1.3 / MozoSDK.podspec.json
blob861e9388a70aa0a36091bb296f63a9cf23f53d8e
2   "name": "MozoSDK",
3   "version": "2.1.3",
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://mozotoken.com",
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"
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/Classes/**/*.xcdatamodeld",
26     "MozoSDK/Classes/**/*.txt",
27     "MozoSDK/Assets/**"
28   ],
29   "resource_bundles": {
30     "MozoSDK": [
31       "MozoSDK/Classes/**/*.{storyboard,xib}",
32       "MozoSDK/Assets/*.{xcassets,gif}",
33       "MozoSDK/Localization/*.lproj/*.strings"
34     ]
35   },
36   "pod_target_xcconfig": {
37     "DEFINES_MODULE": "YES"
38   },
39   "dependencies": {
40     "AppAuth": [
42     ],
43     "CoreStore": [
45     ],
46     "RNCryptor": [
47       "~> 5.1.0"
48     ],
49     "web3swift": [
50       "~> 2.5.0"
51     ],
52     "ReachabilitySwift": [
54     ],
55     "MBProgressHUD": [
57     ],
58     "Alamofire": [
60     ],
61     "SwiftyJSON": [
63     ],
64     "libPhoneNumber-iOS": [
66     ],
67     "JWTDecode": [
69     ],
70     "SDWebImage": [
72     ]
73   },
74   "swift_version": "5"