blob: e22635c54768759b859b1cd177373798b8bb65f9 [file] [log] [blame]
{
"name": "SYKit",
"platforms": {
"ios": "5.0",
"tvos": "9.0"
},
"version": "0.0.35",
"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.35"
},
"source_files": "Common/*.{h,m,c}",
"ios": {
"source_files": "iOS/*.{h,m,c}",
"dependencies": {
"JGMethodSwizzler": [
]
}
},
"tvos": {
"source_files": "tvOS/*.{h,m,c}"
},
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
},
"resource_bundles": {
"SYSearchField": [
"Resources/loupe*.png"
]
}
}