[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 4 / f / 0 / coinbase-official / 3.0.2 / coinbase-official.podspec.json
blobaa2a7673541f6353e3a345272f2c171e5a5e893f
2   "name": "coinbase-official",
3   "version": "3.0.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": "3.0.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   "frameworks": "UIKit",
22   "subspecs": [
23     {
24       "name": "core",
25       "source_files": "Pod/Classes/CoinbaseDefines.[hm]"
26     },
27     {
28       "name": "OAuth",
29       "dependencies": {
30         "coinbase-official/core": [
32         ]
33       },
34       "source_files": "Pod/Classes/OAuth/*.[hm]",
35       "public_header_files": "Pod/Classes/OAuth/*.h"
36     },
37     {
38       "name": "client",
39       "dependencies": {
40         "coinbase-official/core": [
42         ]
43       },
44       "source_files": "Pod/Classes/Client/*.[hm]",
45       "public_header_files": "Pod/Classes/Client/*.h"
46     }
47   ]