blob: 6d74c609e0fa659a87b654975c83651e38b2aae4 [file] [log] [blame]
{
"name": "DropboxAuth",
"version": "0.1.0",
"summary": "A simple library for authorising Dropbox API requests on iOS.",
"homepage": "https://github.com/jellybeansoup/ios-dropbox-auth",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Daniel Farrelly": "daniel@jellystyle.com"
},
"source": {
"git": "https://github.com/jellybeansoup/ios-dropbox-auth.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "8.4"
},
"requires_arc": true,
"source_files": "src/DropboxAuth/*.{h,m}",
"public_header_files": "src/DropboxAuth/*.h"
}