blob: de99b03faffe5cc67b009a3a2d2791e229c44343 [file] [log] [blame]
{
"name": "Kiwi",
"version": "2.0.3",
"summary": "A Behavior Driven Development library for iOS and OS X.",
"homepage": "https://github.com/allending/Kiwi",
"authors": {
"Allen Ding": "alding@gmail.com",
"Luke Redpath": "luke@lukeredpath.co.uk"
},
"license": {
"type": "MIT",
"file": "License.txt"
},
"source": {
"git": "https://github.com/allending/Kiwi.git",
"tag": "2.0.3"
},
"source_files": "Classes",
"frameworks": "SenTestingKit",
"ios": {
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
}
},
"osx": {
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
}
},
"requires_arc": false
}