blob: 33644a93ee9b58f312aee2c0ac5e51b90b2b8dee [file] [log] [blame]
{
"name": "DRYTestUtilities",
"version": "0.1.4",
"summary": "AppFoundry test utilities",
"homepage": "https://github.com/appfoundry/DRYTestUtilities",
"license": "MIT",
"authors": {
"Michael Seghers": "michael.seghers@ida-mediafoundry.be"
},
"source": {
"git": "https://github.com/appfoundry/DRYTestUtilities.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "XCTest",
"dependencies": {
"DRYUtilities": [
]
},
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
}
}