blob: 771f571255b9b69f7f9f853d76a2bc8fa876a881 [file] [log] [blame]
{
"name": "EDAssert",
"version": "0.1.0",
"license": "MIT",
"summary": "Assertion extensions and utilities for OCUnit.",
"homepage": "https://github.com/thisandagain/assert",
"authors": {
"Andrew Sliwinski": "thisandagain@gmail.com"
},
"source": {
"git": "https://github.com/thisandagain/assert.git",
"tag": "v0.1.0"
},
"source_files": "EDAssert",
"dependencies": {
"OCHamcrest": [
]
},
"frameworks": "SenTestingKit",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
},
"requires_arc": false
}