blob: a04a226062240c1a670b0dee7b142798dae43d47 [file] [log] [blame]
{
"name": "TCUTools",
"version": "1.0.3",
"authors": {
"Töre Çağrı Uyar": "mail@toreuyar.net"
},
"license": {
"type": "MIT"
},
"homepage": "https://github.com/toreuyar/TCUTools",
"summary": "Helper classes for various needs coded on Objective-C, iOS.",
"source": {
"git": "https://github.com/toreuyar/TCUTools.git",
"tag": "1.0.3",
"submodules": true
},
"source_files": "*.{h,m}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}