blob: 64ad9f6548cc11ae2afa1451406cad67ccaed5d7 [file] [log] [blame]
{
"name": "SYCategories",
"platforms": {
"ios": "5.0"
},
"version": "1.0",
"license": "Custom",
"summary": "Some useful categories on UIKit and Foundation",
"homepage": "https://github.com/dvkch/SYCategories",
"authors": {
"Stan Chevallier": "contact@stanislaschevallier.fr"
},
"source": {
"git": "https://github.com/dvkch/SYCategories.git",
"tag": "1.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
}
}