[Add] MapboxSearchUI 2.7.0-beta.1
[CocoaPods.git] / Specs / 2 / 8 / d / Coinbase / 0.1.1 / Coinbase.podspec.json
blob35ec9563d0241e0dbb805ce8633041433ac3b5a4
2   "name": "Coinbase",
3   "version": "0.1.1",
4   "summary": "Coinbase iOS SDK",
5   "homepage": "https://github.com/joshbeal/coinbase-ios-sdk",
6   "license": "MIT",
7   "authors": {
8     "Josh Beal": "jbeal24@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/joshbeal/coinbase-ios-sdk.git",
12     "tag": "0.1.1"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "source_files": "Classes",
19   "public_header_files": "Classes/*.h",
20   "prefix_header_contents": [
21     "#import <SystemConfiguration/SystemConfiguration.h>",
22     "#import <MobileCoreServices/MobileCoreServices.h>"
23   ],
24   "dependencies": {
25     "AFNetworking": [
26       "~> 1.3.3"
27     ]
28   }