[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 0 / 1 / MozoSDK / 0.0.21 / MozoSDK.podspec.json
blob7fe3d44c57b3a49ccda8d77f11cefa40bc86aedb
2   "name": "MozoSDK",
3   "version": "0.0.21",
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 Mozo Services, receiving Mozo lucky coins via beacons and buying/selling/transferring Mozo. It is also supporting UI components for authentication and buying/selling/transferring Mozo.\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": "0.0.21"
17   },
18   "swift_version": "4.1",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "MozoSDK/Classes/**/*.{h,swift}",
23   "resources": [
24     "MozoSDK/Classes/**/*.xcdatamodeld"
25   ],
26   "resource_bundles": {
27     "MozoSDK": [
28       "MozoSDK/Classes/**/*.{storyboard,xib}",
29       "MozoSDK/Assets/*.xcassets",
30       "MozoSDK/Localization/*.lproj/*.strings"
31     ]
32   },
33   "pod_target_xcconfig": {
34     "DEFINES_MODULE": "YES"
35   },
36   "dependencies": {
37     "SwiftyJSON": [
38       "~> 3.1.4"
39     ],
40     "web3swift": [
41       "~> 1.1.1"
42     ],
43     "secp256k1_ios": [
44       "~> 0.1"
45     ],
46     "RNCryptor": [
47       "~> 5.0.3"
48     ],
49     "PromiseKit/Alamofire": [
50       "~> 6.0"
51     ],
52     "CoreStore": [
53       "5.1.1"
54     ],
55     "AppAuth": [
56       "~> 0.92.0"
57     ],
58     "Starscream": [
59       "3.0.2"
60     ],
61     "ReachabilitySwift": [
62       "~> 4.3.0"
63     ]
64   }