blob: fd45c63d2196b4980f27c8d74f0a894de103ccb7 [file] [log] [blame]
{
"name": "TTOpenInAppActivity",
"version": "1.2",
"platforms": {
"ios": "8.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "TTOpenInAppActivity is a UIActivity subclass that provides an \"Open In ...\" action to a UIActivityViewController.",
"description": "TTOpenInAppActivity is a UIActivity subclass that provides an \"Open In ...\" action to a UIActivityViewController. TTOpenInAppActivity uses an UIDocumentInteractionController to present all Apps than can handle the document specified by the activity item. Supported item types are NSURL instances that point to local files and UIImage instances.",
"homepage": "https://github.com/honkmaster/TTOpenInAppActivity",
"authors": {
"Tobias Tiemerding": "tobias@tiemerding.com"
},
"source": {
"git": "https://github.com/honkmaster/TTOpenInAppActivity.git",
"tag": "1.2"
},
"source_files": "TTOpenInAppActivity/*.{h,m}",
"resources": "TTOpenInAppActivity/TTOpenInAppActivity.bundle",
"frameworks": [
"UIKit",
"MobileCoreServices",
"ImageIO",
"Foundation"
],
"requires_arc": true
}