blob: 3e70d56ea6c6b33d9eb1247c0bda53216aa6be8d [file] [log] [blame]
{
"name": "SYKit",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"version": "0.0.44",
"license": "Custom",
"summary": "UIKit and Foundation tools",
"homepage": "https://github.com/dvkch/SYKit",
"authors": {
"Stan Chevallier": "contact@stanislaschevallier.fr"
},
"source": {
"git": "https://github.com/dvkch/SYKit.git",
"tag": "0.0.44"
},
"swift_version": "4.2",
"source_files": "Common/*.{h,m,c,swift}",
"ios": {
"source_files": "iOS/*.{h,m,c,swift}"
},
"tvos": {
"source_files": "tvOS/*.{h,m,c,swift}"
},
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
}
}