blob: 515779fbaa187d639796e9dc9b6d276ac2354378 [file] [log] [blame]
{
"name": "xctest-assert-eventually",
"version": "0.1",
"license": "MIT",
"summary": "Assertion extensions and utilities for XCTest.",
"homepage": "https://github.com/ketzusaka/xctest-assert-eventually",
"authors": {
"James Richard": "ketzu@icloud.com"
},
"source": {
"git": "https://github.com/ketzusaka/xctest-assert-eventually.git",
"tag": "v0.1"
},
"source_files": "KZAssertEventually",
"dependencies": {
"OCHamcrest": [
]
},
"frameworks": "XCTest",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
},
"requires_arc": false
}