blob: 5ed9fa2ba131a8f4778b0fdfd5603ea36127ffa1 [file] [log] [blame]
{
"name": "Specta",
"version": "1.0.7",
"license": "MIT",
"summary": "A light-weight TDD / BDD framework.",
"homepage": "http://github.com/specta/specta",
"authors": {
"Peter Jihoon Kim": "raingrove@gmail.com"
},
"source": {
"git": "https://github.com/specta/specta.git",
"tag": "v1.0.7"
},
"description": "Specta is a light-weight testing framework that adds RSpec-like DSL to XCTest.",
"source_files": "Specta/Specta/**/*.{h,m}",
"frameworks": [
"Foundation",
"XCTest"
],
"platforms": {
"ios": "6.0",
"osx": "10.8",
"tvos": "9.0"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
}
}