blob: 410d14e29f34001f99b80a76df3a05e5d3be53bb [file] [log] [blame]
{
"name": "OCSlimProject",
"version": "1.1",
"summary": "Lightweight Xcode Project wrapper of cslim to help you get setup writing fast, rock solid, non UI based Acceptance Tests using Fitnesse",
"description": "OCSlimProject is a lightweight wrapper around a collection of scripts that automates the steps of creating 'ocslim' \nbased Xcode Projects for testing using Fitnesse. These tools help you write rock solid, non UI based \nacceptance tests for your iOS application.",
"homepage": "https://github.com/paulstringer/OCSlimProject",
"license": "MIT",
"authors": {
"Paul Stringer": "paulstringer@mac.me"
},
"source": {
"git": "https://github.com/paulstringer/OCSlimProject.git",
"tag": "1.1"
},
"social_media_url": "https://uk.linkedin.com/in/paulstringer",
"dependencies": {
"cslim": [
]
},
"source_files": "Pod/Classes/**",
"osx": {
"resource_bundles": {
"OCSlimProject-Mac": [
"Pod/Support/OSX/*",
"Pod/Support/SharedSupport/LaunchFitnesse"
]
},
"user_target_xcconfig": {
"OCSLIMPROJECT_BUNDLE_RESOURCES_DIR": "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/OCSlimProject-Mac.bundle/Contents/Resources"
}
},
"ios": {
"resource_bundles": {
"OCSlimProject": [
"Pod/Support/iOS/*",
"Pod/Support/SharedSupport/LaunchFitnesse"
]
},
"user_target_xcconfig": {
"OCSLIMPROJECT_BUNDLE_RESOURCES_DIR": "${TARGET_BUILD_DIR}/${EXECUTABLE_FOLDER_PATH}/OCSlimProject.bundle"
}
}
}