blob: 50061687e7ed4eb0ec247c47010ff3ae2cf388a8 [file] [log] [blame]
{
"name": "RDToolbox",
"version": "0.1.0",
"summary": "RDToolbox: utilities collection for iOS development",
"description": "RDToolbox is a collection of small utilities intended to make iOS development more convenient.",
"homepage": "https://github.com/glukianets/RDToolbox",
"license": "MIT",
"authors": {
"Gleb Lukianets": "glukianets@gmail.com"
},
"source": {
"git": "https://github.com/glukianets/RDToolbox.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "RDToolbox/Classes/**/*",
"resource_bundles": {
"RDToolbox": [
"RDToolbox/Assets/*.png"
]
},
"public_header_files": "RDToolbox/Classes/**/*.h",
"frameworks": "UIKit"
}