blob: 5b5d8333c74b23dc7461adabd57ea76d0820c698 [file] [log] [blame]
{
"name": "KSScreenCapture",
"version": "0.2.0",
"summary": "A tool that can capture your screen's action including audio recorder.",
"description": "It is base on Blazeice's work which can be find originally in https://github.com/Blazeice/ScreenAndAudioRecordDemoScreenAndAudioRecordDemo. Thanks to Blazeice and wayne li.",
"homepage": "https://github.com/kevinsumios/KSScreenCapture",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin Sum": "kevin-sum@hotmail.com"
},
"source": {
"git": "https://github.com/kevinsumios/KSScreenCapture.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"*.{h,m}",
"CoreGraphics/**/*.{h,m}",
"THC/**/*.{h,m}"
],
"dependencies": {
"CocoaLumberjack": [
"~> 2.3.0"
]
}
}