blob: 546e23c53ce6634c2ef27878b4f02af07888fafb [file] [log] [blame]
{
"name": "coinbase-official",
"version": "3.2.5",
"summary": "Integrate bitcoin into your iOS application.",
"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.",
"homepage": "https://github.com/coinbase/coinbase-ios-sdk",
"license": "MIT",
"authors": {
"Dai Hovey": "dai@coinbase.com"
},
"source": {
"git": "https://github.com/coinbase/coinbase-ios-sdk.git",
"tag": "3.2.5"
},
"social_media_url": "https://twitter.com/coinbase",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"ios": {
"resource_bundles": {
"CBCertificates": "Pod/Assets/Certificates/*.der"
}
},
"frameworks": "UIKit",
"subspecs": [
{
"name": "core",
"source_files": "Pod/Classes/CoinbaseDefines.[hm]"
},
{
"name": "OAuth",
"dependencies": {
"coinbase-official/core": [
]
},
"source_files": "Pod/Classes/OAuth/*.[hm]",
"public_header_files": "Pod/Classes/OAuth/*.h"
},
{
"name": "client",
"dependencies": {
"coinbase-official/core": [
]
},
"source_files": "Pod/Classes/Client/*.[hm]",
"public_header_files": "Pod/Classes/Client/*.h"
}
]
}