[Add] Easebuzz 1.1.1
[CocoaPods.git] / Specs / 2 / 8 / d / Coinbase / 0.5.3 / Coinbase.podspec.json
blobbc0f69ae1e6a2dfeff9cfe8c0d6f9d01be1580af
2   "name": "Coinbase",
3   "version": "0.5.3",
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.5.3"
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     "UICKeyChainStore": [
29       "~> 1.1.0"
30     ]
31   }