[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 9 / 1 / Cardano / 0.0.1 / Cardano.podspec.json
blobc9438f4f91b7f605c5c4159b14abe2821fd3e7e0
2   "name": "Cardano",
3   "swift_versions": "5.0",
4   "version": "0.0.1",
5   "summary": "Cardano Swift SDK",
6   "homepage": "https://github.com/hellc/cardano-swift",
7   "license": "MIT",
8   "authors": {
9     "Ivan Manov": "ivanmanov@live.com"
10   },
11   "social_media_url": "https://twitter.com/justhellc",
12   "requires_arc": false,
13   "platforms": {
14     "ios": "11.0"
15   },
16   "source": {
17     "git": "https://github.com/hellc/cardano-swift.git",
18     "branch": "develop"
19   },
20   "default_subspecs": "All",
21   "subspecs": [
22     {
23       "name": "All",
24       "dependencies": {
25         "Cardano/Lib": [
27         ]
28       }
29     },
30     {
31       "name": "Lib",
32       "source_files": "src/lib/**/*.{swift}"
33     }
34   ],
35   "swift_version": "5.0"