blob: 32c0f63b9945157b764df3d49a0fe6e64d0fccca [file] [log] [blame]
{
"name": "SYKit",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"version": "0.0.43",
"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.43"
},
"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"
}
}