blob: 0f726b5ef4662b947afa04662f6f668ce569c1e1 [file] [log] [blame]
{
"name": "Specta",
"version": "1.0.0",
"license": "MIT",
"summary": "A light-weight TDD / BDD framework for Objective-C & Cocoa.",
"homepage": "http://github.com/specta/specta",
"authors": {
"Peter Jihoon Kim": "raingrove@gmail.com"
},
"source": {
"git": "https://github.com/specta/specta.git",
"tag": "v1.0.0"
},
"description": "Specta is a light-weight testing framework for Objective-C and Cocoa that adds RSpec-like DSL to XCTest.",
"source_files": "Specta/Specta/**/*.{h,m}",
"frameworks": [
"Foundation",
"XCTest"
],
"requires_arc": true,
"osx": {
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(DEVELOPER_FRAMEWORKS_DIR) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\" \"$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/Library/Frameworks\""
}
},
"ios": {
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(DEVELOPER_FRAMEWORKS_DIR) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\" \"$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks\""
}
}
}