blob: 8dbf28631bb339421f0e7573861dba55296bda27 [file] [log] [blame]
{
"name": "WDFlickrPhotoUploader",
"version": "0.1.0",
"summary": "A small library to upload a bunch of files to Flickr.",
"description": "This library is a high level abstration for uploading files to Flickr. Implemented using state machines.",
"homepage": "https://github.com/fredmajor/WDFlickrPhotoUploader",
"license": "MIT",
"authors": {
"Fred": "major.freddy@yahoo.com"
},
"source": {
"git": "https://github.com/fredmajor/WDFlickrPhotoUploader.git",
"tag": "0.1.0"
},
"platforms": {
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"objectiveflickr": [
]
}
}