blob: 285b27e43df27c99b364206e7e752d7259785a4a [file] [log] [blame]
{
"name": "Kiwi",
"version": "2.3.0",
"summary": "A Behavior Driven Development library for iOS and OS X.",
"homepage": "https://github.com/kiwi-bdd/Kiwi",
"source": {
"git": "https://github.com/kiwi-bdd/Kiwi.git",
"tag": "2.3.0"
},
"license": {
"type": "MIT",
"file": "License.txt"
},
"authors": {
"Allen Ding": "alding@gmail.com",
"Luke Redpath": "luke@lukeredpath.co.uk",
"Marin Usalj": "mneorr@gmail.com",
"Stepan Hruda": "stepan.hruda@gmail.com",
"Brian Gesiak": "modocache@gmail.com",
"Adam Sharp": "adsharp@me.com"
},
"ios": {
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" $(inherited) \"$(DEVELOPER_FRAMEWORKS_DIR)\" \"$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks\""
}
},
"osx": {
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" $(inherited) \"$(DEVELOPER_FRAMEWORKS_DIR)\" \"$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/Library/Frameworks\""
}
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"frameworks": "XCTest",
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true,
"prefix_header_contents": "#import <XCTest/XCTest.h>"
}