blob: 74383d3679d347c7b57e35a497a20ed69d5adb85 [file] [log] [blame]
{
"name": "SYKit",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"version": "0.0.42",
"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.42"
},
"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"
}
}