blob: 971460df270fab05b0fc075b3ca54bf79bf182dd [file] [log] [blame]
{
"name": "Kashmir",
"version": "0.1.8",
"summary": "Utility framework to help building macOS, iOS, tvOS and watchOS apps, the Rock & Code way.",
"homepage": "http://git.rock-n-co.de/RockAndCode/Kashmir",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/rock-n-code/Kashmir.git",
"tag": "0.1.8"
},
"authors": {
"Javier Cicchelli": "javier@rock-n-code.com"
},
"platforms": {
"osx": "10.12",
"ios": "10.0",
"tvos": "10.0"
},
"requires_arc": true,
"source_files": "Kashmir/Shared/**/*.{h,swift}",
"osx": {
"source_files": "Kashmir/macOS/**/*.{h,swift}"
},
"ios": {
"source_files": "Kashmir/iOS/**/*.{h,swift}"
},
"tvos": {
"source_files": "Kashmir/tvOS/**/*.{h,swift}"
},
"watchos": {
"source_files": "Kashmir/watchOS/**/*.{h,swift}"
},
"pushed_with_swift_version": "3.0"
}