blob: 1138a29010ee317e1ba33d86e8326d91b6b9702c [file] [log] [blame]
{
"name": "SYKit",
"platforms": {
"ios": "5.0"
},
"version": "0.0.2",
"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.2"
},
"source_files": "*.{h,m,c}",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
},
"resource_bundles": {
"SYSearchField": "Resources/loupe*.png"
}
}