[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / f / c / Blockstack / 0.3.0 / Blockstack.podspec.json
blob392c884f33a0cb7f4ff3268f9952f74285c9240c
2   "name": "Blockstack",
3   "version": "0.3.0",
4   "summary": "The Blockstack iOS SDK",
5   "swift_version": "4.0",
6   "description": "The Blockstack iOS library for authentication, encryption, and storage.",
7   "homepage": "https://github.com/blockstack/blockstack-ios",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "yknl": "yukanliao@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/blockstack/blockstack-ios.git",
17     "tag": "v0.3.0"
18   },
19   "social_media_url": "https://twitter.com/blockstack",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "Blockstack/Classes/**/*",
24   "resource_bundles": {
25     "Blockstack": [
26       "Javascript/*.js"
27     ]
28   },
29   "dependencies": {
30     "CryptoSwift": [
32     ]
33   }