blob: 90c9d017e132471ed9541da5aa190decf2d52b06 [file] [log] [blame]
{
"name": "coinbase-official",
"version": "2.1.4",
"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.\n",
"homepage": "https://github.com/coinbase/coinbase-ios-sdk",
"license": "MIT",
"authors": {
"Isaac Waller": "isaac@coinbase.com"
},
"source": {
"git": "https://github.com/coinbase/coinbase-ios-sdk.git",
"tag": "2.1.4"
},
"social_media_url": "https://twitter.com/coinbase",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"resources": "Pod/Assets",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"subspecs": [
{
"name": "OAuth",
"source_files": "Pod/Classes/{CoinbaseOAuth,CoinbaseDefines}.[hm]"
},
{
"name": "client",
"dependencies": {
"coinbase-official/OAuth": [
]
},
"source_files": "Pod/Classes/Coinbase.[hm]"
}
]
}