[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / f / 0 / coinbase-official / 1.0 / coinbase-official.podspec.json
blob9492b624a8cecb2241515954cbbe3a2e05da5dd7
2   "name": "coinbase-official",
3   "version": "1.0",
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": "1.0"
14   },
15   "social_media_url": "https://twitter.com/coinbase",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resources": "Pod/Assets",
22   "public_header_files": "Pod/Classes/**/*.h",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.3"
27     ],
28     "TPKeyboardAvoiding": [
29       "1.2.4"
30     ]
31   }