blob: 5d2f7ae1db731d52daa39c9449b7593c1dc6be00 [file] [log] [blame]
{
"name": "Blindside",
"version": "1.3.1",
"summary": "Blindside provides dependency injection capabilities for Objective-C on iOS and OS X",
"homepage": "https://github.com/jbsf/blindside",
"license": "MIT",
"authors": {
"JB Steadman": "jbsteadman@gmail.com"
},
"source": {
"git": "https://github.com/jbsf/blindside.git",
"tag": "v1.3.1"
},
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "{Source,Headers}/**/*.{h,m}",
"public_header_files": "Headers/Public/*.h"
}