blob: 9cbd51164d43b1f6ed72308b2c69f22b74258e11 [file] [log] [blame]
{
"name": "Posit",
"version": "0.0.1",
"license": "MIT",
"platforms": {
"ios": "5.0"
},
"summary": "An Objective-C expectation framework based on the 'should' terminology.",
"homepage": "https://github.com/rdavies/Posit",
"authors": {
"Ryan Davies": "ryan@ryandavies.net"
},
"source": {
"git": "https://github.com/rdavies/Posit.git",
"tag": "0.0.1"
},
"source_files": "Posit/*.{h,m}",
"requires_arc": true
}