blob: 4cd4f463a88d937e3b2f53b0676564ef12543199 [file] [log] [blame]
{
"name": "CKReusable",
"version": "1.1.0",
"license": "MIT",
"homepage": "https://github.com/xmkevinchen/Reusable",
"authors": {
"Kevin Chen": "xmkevinchen@gmail.com"
},
"summary": "A Swift type safer resuable view, such as UITableViewCell, UICollectionViewCell, UIViewController, without downcasting",
"source": {
"git": "https://github.com/xmkevinchen/Reusable.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Reusable/Sources/**/*.swift",
"Reusable/Reusable.h"
],
"public_header_files": "Reusable/Reusable.h",
"ios": {
"frameworks": "UIKit"
},
"module_name": "Reusable"
}