[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / a / 6 / CoreBitcoin / 0.5.2 / CoreBitcoin.podspec.json
blob153016563ff444a14dd5a67a50ef5206a72ae187
2   "name": "CoreBitcoin",
3   "version": "0.5.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.5.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.h"
32     ]
33   }