4 "summary": "A Behavior Driven Development library for iOS and OS X.",
5 "homepage": "https://github.com/allending/Kiwi",
7 "Allen Ding": "alding@gmail.com",
8 "Luke Redpath": "luke@lukeredpath.co.uk",
9 "Marin Usalj": "mneorr@gmail.com",
10 "Stepan Hruda": "stepan.hruda@gmail.com"
17 "git": "https://github.com/allending/Kiwi.git",
22 "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
27 "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
39 "name": "SenTestingKit",
40 "frameworks": "SenTestingKit",
49 "source_files": "SenTestingKit/**/*.{h,m}",
50 "prefix_header_contents": "#import <SenTestingKit/SenTestingKit.h>\n"
54 "frameworks": "XCTest",
63 "prefix_header_contents": "#import <XCTest/XCTest.h>\n"
67 "source_files": "Classes/**/*.{h,m}",
72 "source_files": "NonARC/**/*.{h,m}",
73 "compiler_flags": "-fno-objc-arc"