blob: 590f52dbe80c3ae0d8ba6cd72f2deda833babaa5 [file] [log] [blame]
{
"name": "PPScreenshotShare",
"version": "0.1.0",
"summary": "PPScreenshotShare share your iOS app screenshot without any line of code!!",
"description": "PPScreenshotShare is a customizable screenshot share controller for iOS app.\nIt provides simple & modern look with theming support & .xib user interface customizations.\nIt uses iOS UIActivityViewController for actual sharing with easy to use interfaces & block based callbacks.",
"homepage": "https://github.com/vickyhidayat/PPScreenshotShare",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vicky Hidayat": "vicky.hidayat@yahoo.com"
},
"source": {
"git": "https://github.com/vickyhidayat/PPScreenshotShare.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"PPScreenshotShare/Classes/**/*",
"PPScreenshotShare/Resources/**/*"
],
"frameworks": [
"UIKit",
"CoreGraphics"
]
}