[Add] YSRTCLiveAVKitSDK 1.0.2
[CocoaPods.git] / Specs / 5 / 3 / 2 / Chain / 2.0.2 / Chain.podspec.json
blob7d3a0861e7ade0230c28866f4822c4efd11a5887
2   "name": "Chain",
3   "version": "2.0.2",
4   "summary": "The Official iOS SDK for Chain's Bitcoin API",
5   "homepage": "https://chain.com",
6   "license": "MIT",
7   "authors": {
8     "Ryan R. Smith": "ryan@chain.com"
9   },
10   "social_media_url": "https://twitter.com/chain",
11   "source": {
12     "git": "https://github.com/chain-engineering/chain-ios.git",
13     "tag": "2.0.2"
14   },
15   "source_files": "Chain",
16   "resources": "Chain/ChainCertificate.der",
17   "public_header_files": "Chain/Chain.h",
18   "ios": {
19     "frameworks": [
20       "Foundation",
21       "Security",
22       "CFNetwork"
23     ]
24   },
25   "osx": {
26     "frameworks": [
27       "Foundation",
28       "Security",
29       "CoreServices"
30     ]
31   },
32   "libraries": "icucore",
33   "dependencies": {
34     "CoreBitcoin": [
35       "~>0.5.0"
36     ]
37   },
38   "platforms": {
39     "ios": "7.0",
40     "osx": "10.9"
41   },
42   "requires_arc": true