blob: c30ecf4d83a3f4f38dc9887b240d42960aaa9abe [file] [log] [blame]
{
"name": "Coinbase",
"version": "0.5.2",
"summary": "Coinbase iOS SDK",
"homepage": "https://github.com/joshbeal/coinbase-ios-sdk",
"license": "MIT",
"authors": {
"Josh Beal": "jbeal24@gmail.com"
},
"source": {
"git": "https://github.com/joshbeal/coinbase-ios-sdk.git",
"tag": "0.5.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/*.h",
"prefix_header_contents": [
"#import <SystemConfiguration/SystemConfiguration.h>",
"#import <MobileCoreServices/MobileCoreServices.h>"
],
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}