blob: 87b3fb17c8c682051b5d0e636abd58e1899f5854 [file] [log] [blame]
{
"name": "Expecta+ContainerClasses",
"version": "1.0.2",
"summary": "Adds containInstancesOfClass to expecta's matchers.",
"description": "Extends expecta to include matchers for testing that sets or arrays contain\nobjects of an expected class.",
"homepage": "http://github.com/orta/Expecta-ContainerClasses",
"license": "MIT",
"authors": {
"Orta": "orta.therox@gmail.com"
},
"source": {
"git": "https://github.com/orta/Expecta-ContainerClasses.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/orta",
"requires_arc": true,
"source_files": "Classes",
"frameworks": [
"Foundation",
"XCTest"
],
"dependencies": {
"Expecta": [
]
},
"platforms": {
"ios": "6.0"
}
}