[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / f / 0 / coinbase-official / 3.2.2 / coinbase-official.podspec.json
blobf23e2ea648d0cab09856c51d342e5100dc43d5fd
2   "name": "coinbase-official",
3   "version": "3.2.2",
4   "summary": "Integrate bitcoin into your iOS application.",
5   "description": "Integrate bitcoin into your iOS application with Coinbase's fully featured bitcoin payments API. Coinbase allows all major operations in bitcoin through one API. For more information, visit https://coinbase.com/docs/api/overview.",
6   "homepage": "https://github.com/coinbase/coinbase-ios-sdk",
7   "license": "MIT",
8   "authors": {
9     "Dai Hovey": "dai@coinbase.com"
10   },
11   "source": {
12     "git": "https://github.com/coinbase/coinbase-ios-sdk.git",
13     "tag": "3.2.2"
14   },
15   "social_media_url": "https://twitter.com/coinbase",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "ios": {
21     "resource_bundles": {
22       "CBCertificates": "Pod/Assets/Certificates/*.der"
23     }
24   },
25   "frameworks": "UIKit",
26   "subspecs": [
27     {
28       "name": "core",
29       "source_files": "Pod/Classes/CoinbaseDefines.[hm]"
30     },
31     {
32       "name": "OAuth",
33       "dependencies": {
34         "coinbase-official/core": [
36         ]
37       },
38       "source_files": "Pod/Classes/OAuth/*.[hm]",
39       "public_header_files": "Pod/Classes/OAuth/*.h"
40     },
41     {
42       "name": "client",
43       "dependencies": {
44         "coinbase-official/core": [
46         ]
47       },
48       "source_files": "Pod/Classes/Client/*.[hm]",
49       "public_header_files": "Pod/Classes/Client/*.h"
50     }
51   ]