blob: c3bbb1b405e818e75c27f5c1a0807d79a81c54b9 [file] [log] [blame]
{
"name": "Kiwi",
"version": "2.3.1",
"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.1"
},
"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)",
"FRAMEWORK_SEARCH_PATHS[sdk=iphoneos8.0]": "$(inherited) $(DEVELOPER_DIR)/Platforms/iPhoneOS.platform/Developer/Library/Frameworks",
"FRAMEWORK_SEARCH_PATHS[sdk=iphonesimulator8.0]": "$(inherited) $(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks"
}
},
"osx": {
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(DEVELOPER_FRAMEWORKS_DIR)",
"FRAMEWORK_SEARCH_PATHS[sdk=macosx10.10]": "$(inherited) $(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>"
}