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