[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 3 / 4 / nearclientios / 1.0.24 / nearclientios.podspec.json
blob4de351f41501752da9c10cde3c05096a670aba6d
2   "name": "nearclientios",
3   "version": "1.0.24",
4   "summary": "Swift SDK to interact with NEAR Protocol",
5   "description": "near-client-ios is a SWIFT library for development of DApps on NEAR platform.",
6   "homepage": "https://github.com/nearprotocol/near-client-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dmitrykurochka": "v.i.p.dimak@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nearprotocol/near-client-ios.git",
16     "tag": "1.0.24"
17   },
18   "social_media_url": "https://twitter.com/nearprotocol",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "nearclientios/Sources/**/*",
23   "swift_versions": [
24     "5.0"
25   ],
26   "dependencies": {
27     "TweetNacl": [
28       "~> 1.0"
29     ],
30     "KeychainAccess": [
31       "~> 4.2.2"
32     ],
33     "Base58Swift": [
34       "~> 2.1.10"
35     ],
36     "secp256k1.swift": [
38     ],
39     "AnyCodable-FlightSchool": [
40       "~> 0.6.0"
41     ]
42   },
43   "swift_version": "5.0"