blob: 3e103d8390c713dd1f1db2d9d35b0d358f83cf44 [file] [log] [blame]
{
"name": "Kiwi",
"version": "2.2.1",
"summary": "A Behavior Driven Development library for iOS and OS X.",
"homepage": "https://github.com/allending/Kiwi",
"authors": {
"Allen Ding": "alding@gmail.com",
"Luke Redpath": "luke@lukeredpath.co.uk",
"Marin Usalj": "mneorr@gmail.com",
"Stepan Hruda": "stepan.hruda@gmail.com"
},
"license": {
"type": "MIT",
"file": "License.txt"
},
"source": {
"git": "https://github.com/allending/Kiwi.git",
"tag": "2.2.1"
},
"frameworks": "SenTestingKit",
"ios": {
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
}
},
"osx": {
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
}
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"subspecs": [
{
"name": "ARC",
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true
},
{
"name": "NonARC",
"source_files": "NonARC/**/*.{h,m}",
"compiler_flags": "-fno-objc-arc"
}
]
}