blob: 4cd3bac028f0be665e65829f29c56a6919921068 [file] [log] [blame]
{
"name": "TJExtensions",
"version": "0.1.0",
"summary": "Useful extensions for UIKit framework.",
"description": "Useful extensions for UIKit framework.\n'UIView', 'UILabel' and 'UIColor' are extended.",
"homepage": "https://github.com/taji-taji/TJExtensions",
"license": "MIT",
"authors": {
"Yutaka Tajika": ""
},
"source": {
"git": "https://github.com/taji-taji/TJExtensions.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TJExtensions": [
"Pod/Assets/*.png"
]
}
}