[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / f / c / Blockstack / 0.4.1 / Blockstack.podspec.json
blobfb241c211adcfd190928473d94c3c594eba96712
2   "name": "Blockstack",
3   "version": "0.4.1",
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.4.1"
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   }