blob: 51faa5a05dea1f83a99a0bf4046b6b5f8d9ca145 [file] [log] [blame]
{
"name": "SNFScreenshotShare",
"version": "0.1.1",
"summary": "A small iOS library for helping users do things with their screenshots.",
"homepage": "https://github.com/sethfri/SNFScreenshotShare",
"license": "MIT",
"authors": {
"Seth Friedman": "sethfri@gmail.com"
},
"source": {
"git": "https://github.com/sethfri/SNFScreenshotShare.git",
"tag": "v0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/ios/*",
"ios": {
"exclude_files": "Classes/osx"
},
"public_header_files": "Classes/**/*.h"
}