blob: 4193e8d12b936145e24db19dec804d3c725b882c [file] [log] [blame]
{
"name": "ImgurAnonymousAPIClient",
"version": "0.3",
"license": "Public domain",
"summary": "An anonymous Imgur image uploader",
"homepage": "https://github.com/nolanw/ImgurAnonymousAPIClient",
"authors": "Nolan Waite",
"source": {
"git": "https://github.com/nolanw/ImgurAnonymousAPIClient.git",
"tag": "v0.3"
},
"source_files": "ImgurAnonymousAPIClient.[hm]",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"dependencies": {
"AFNetworking": [
">= 2.3.1"
]
},
"frameworks": "ImageIO",
"ios": {
"frameworks": [
"AssetsLibrary",
"MobileCoreServices"
]
},
"osx": {
"frameworks": "CoreServices"
}
}