blob: bbcddff28c448bd438d9c99e2158b18f97b0223a [file] [log] [blame]
{
"name": "DRYTestUtilities",
"version": "1.0.1",
"summary": "AppFoundry test utilities",
"homepage": "https://github.com/appfoundry/DRYTestUtilities",
"license": "MIT",
"authors": {
"Michael Seghers": "mike@appfoundry.be"
},
"source": {
"git": "https://github.com/appfoundry/DRYTestUtilities.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "XCTest",
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/Core/*",
"dependencies": {
"DRYUtilities": [
]
}
},
{
"name": "OCMockitoSupport",
"dependencies": {
"DRYTestUtilities/Core": [
],
"OCMockito": [
]
},
"source_files": "Pod/Classes/OCMockitoSupport/*"
}
]
}