[Delete] VersionConfirm 0.1.1
[CocoaPods.git] / Specs / 2 / 8 / d / Coinbase / 0.4 / Coinbase.podspec.json
blob05af4cde18d76ee0b7c88f58d8f1b79d98eff089
2   "name": "Coinbase",
3   "version": "0.4",
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.4"
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       "~> 2.0"
27     ]
28   }