blob: bae069cb018b19627793591ad9f1aeb927cc4336 [file] [log] [blame]
{
"name": "MIRSnapper",
"version": "0.1.0",
"summary": "A convenience Cocoapod for taking snapshot of any type of extended UIView class.",
"description": "\"MIRSnapper is Cocoapod that extends the UIView/UITableView/UIScrollView/UICollectionView class with a convenience method for taking screenshot.\"",
"homepage": "https://github.com/mir-taqi/MIRSnapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"taqi-mir": "iosengineer1@gmail.com"
},
"source": {
"git": "https://github.com/mir-taqi/MIRSnapper.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"MIRSnapper/Classes/*.h",
"MIRSnapper/Classes/*.m"
],
"frameworks": "UIKit"
}