blob: 4a90f4250071802808fe1e3072c20ccabd1e7665 [file] [log] [blame]
{
"name": "TJActivityViewController",
"version": "0.0.1",
"summary": "TJActivityViewController is a handy subclass of UIActivityViewController for simple customization for the iOS share sheet.",
"homepage": "https://github.com/timonus/TJActivityViewController",
"license": {
"type": "BSD 3-Clause License",
"file": "LICENSE"
},
"authors": {
"Tim Johnsen": "https://twitter.com/timonus"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/timonus/TJActivityViewController.git",
"tag": "0.0.1"
},
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}