blob: 35123db8d0fa08d789240101b34da06f4465bdf7 [file] [log] [blame]
{
"name": "KnightWatson",
"version": "0.1.1",
"license": "MIT",
"summary": "An Objective-C library which can offer almost every object themes.",
"homepage": "https://github.com/coppercash/KnightWatson",
"authors": {
"CopperCash": "coderdreamer@gmail.com"
},
"source": {
"git": "https://github.com/coppercash/KnightWatson.git",
"tag": "0.1.1"
},
"source_files": [
"KNWTheme/*.{h,m}",
"Cocoapods/KNWTheme.h"
],
"exclude_files": "KNWTheme/KNWTheme.h",
"requires_arc": true,
"platforms": {
"ios": "7.0"
}
}