blob: ef1d0dacbe44540cd02ca694dbec7687cae7fc2e [file] [log] [blame]
{
"name": "GSDropboxActivity",
"version": "0.0.1",
"summary": "GSDropboxActivity is an iOS 6 UIActivity subclass for uploading to Dropbox.",
"description": "An iOS 6 UIActivity subclass implementing uploads to Dropbox – as used in Zippity.app.\n",
"homepage": "http://goosoftware.github.com",
"authors": "Goo Software Ltd",
"source": {
"git": "https://github.com/goosoftware/GSDropboxActivity.git",
"commit": "831f0259268f60ee6e0b5fa6c9d6e33843f52eb4"
},
"license": "Creative Commons Attribution 3.0 Unported License",
"platforms": {
"ios": "6.0"
},
"source_files": "GSDropboxActivity",
"public_header_files": "GSDropboxActivity",
"resources": "GSDropboxActivity/*.png",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"Dropbox-iOS-SDK": [
"~> 1.3.3"
]
}
}