[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / f / c / Blockstack / 0.5.2 / Blockstack.podspec.json
blob30ba313e9d7726b18c3fed11d025d1a635c662c1
2   "name": "Blockstack",
3   "version": "0.5.2",
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.5.2"
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   }