[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / f / 0 / coinbase-official / 2.1.2 / coinbase-official.podspec.json
blob92ae06c0776cc00380d615aa7cabbe7f20cf5320
2   "name": "coinbase-official",
3   "version": "2.1.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.\n",
6   "homepage": "https://github.com/coinbase/coinbase-ios-sdk",
7   "license": "MIT",
8   "authors": {
9     "Isaac Waller": "isaac@coinbase.com"
10   },
11   "source": {
12     "git": "https://github.com/coinbase/coinbase-ios-sdk.git",
13     "tag": "2.1.2"
14   },
15   "social_media_url": "https://twitter.com/coinbase",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "resources": "Pod/Assets",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "frameworks": "UIKit",
23   "subspecs": [
24     {
25       "name": "OAuth",
26       "source_files": "Pod/Classes/{CoinbaseOAuth,CoinbaseDefines}.[hm]"
27     },
28     {
29       "name": "client",
30       "dependencies": {
31         "coinbase-official/OAuth": [
33         ]
34       },
35       "source_files": "Pod/Classes/Coinbase.[hm]"
36     }
37   ]