blob: 683a68b6868f0ad9989a817342c7d512f438080b [file] [log] [blame]
{
"name": "SwViewCapture",
"version": "1.0.2",
"summary": "A nice iOS View Capture Library which can capture all content.",
"description": "A nice iOS View Capture Library. SwViewCapture could capture all content of UIWebView & UIScrollView.",
"homepage": "https://github.com/startry/SwViewCapture",
"license": "MIT",
"authors": {
"chenxing.cx": "chenxingfl@gmail.com"
},
"source": {
"git": "https://github.com/startry/SwViewCapture.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/xStartry",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"SwViewCapture/*.swift",
"SwViewCapture/SwViewCapture.h"
],
"public_header_files": [
"SwViewCapture/SwViewCapture.h"
]
}