[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / a / 6 / CoreBitcoin / 0.6.2 / CoreBitcoin.podspec.json
blob12846ffe95a26e6d617f88c7ac4d96e7838083b5
2   "name": "CoreBitcoin",
3   "version": "0.6.2",
4   "summary": "CoreBitcoin is an implementation of Bitcoin protocol in Objective-C.",
5   "description": "                   CoreBitcoin is a complete toolkit to work with Bitcoin data structures.\n",
6   "homepage": "https://github.com/oleganza/CoreBitcoin",
7   "license": "WTFPL",
8   "authors": {
9     "Oleg Andreev": "oleganza@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/oleganza/CoreBitcoin.git",
17     "tag": "0.6.2"
18   },
19   "source_files": "CoreBitcoin",
20   "exclude_files": "CoreBitcoin/**/*+Tests.{h,m}",
21   "requires_arc": true,
22   "frameworks": "Foundation",
23   "ios": {
24     "frameworks": "UIKit"
25   },
26   "osx": {
27     "frameworks": "AppKit"
28   },
29   "dependencies": {
30     "OpenSSL-Universal": [
31       "1.0.1.j-2"
32     ],
33     "ISO8601DateFormatter": [
35     ]
36   }