blob: 810e433823050e61cb33f7ab26a68ea21fa0ded9 [file] [log] [blame]
{
"name": "DRTap",
"version": "1.0",
"summary": ".tap from Ruby implemented as a category on NSObject.",
"homepage": "http://github.com/danramteke/DRTap",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Daniel Ramteke": "dramteke@cyrusinnovation.com"
},
"source": {
"git": "https://github.com/danramteke/DRTap.git",
"tag": "v1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "DRTap/**/*.{h,m}",
"exclude_files": "DRTapDemo",
"public_header_files": "DRTap/**/*.h",
"requires_arc": true
}