blob: 29900b6663b74ac01dd4bbf98b0f9db867242004 [file] [log] [blame]
{
"name": "Kiwi",
"version": "2.2",
"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",
"Marin Usalj": "mneorr@gmail.com"
},
"license": {
"type": "MIT",
"file": "License.txt"
},
"source": {
"git": "https://github.com/allending/Kiwi.git",
"tag": "2.2"
},
"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
}