blob: ad85803d3c80bbd2c4a3b0c662ca5a464093c582 [file] [log] [blame]
{
"name": "Posit",
"version": "0.0.2",
"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.2"
},
"source_files": "Posit/*.{h,m}",
"frameworks": "SenTestingKit",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
},
"requires_arc": true
}