[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / 8 / 0 / 1 / MozoSDK / 1.4.44 / MozoSDK.podspec.json
blob9264b1113a9984f43436664f372a31a1523624f5
2   "name": "MozoSDK",
3   "version": "1.4.44",
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.4.44"
17   },
18   "swift_version": "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",
31       "MozoSDK/Localization/*.lproj/*.strings"
32     ]
33   },
34   "pod_target_xcconfig": {
35     "DEFINES_MODULE": "YES"
36   },
37   "dependencies": {
38     "SwiftyJSON": [
39       "~> 3.1.4"
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.0"
52     ],
53     "AlamofireImage": [
54       "~> 3.5.0"
55     ],
56     "CoreStore": [
57       "5.1.1"
58     ],
59     "AppAuth": [
60       "~> 0.92.0"
61     ],
62     "Starscream": [
63       "3.0.2"
64     ],
65     "ReachabilitySwift": [
66       "4.3.0"
67     ],
68     "MBProgressHUD": [
69       "~> 1.1.0"
70     ]
71   }