blob: 7957214e065fc31d227364f2c53c42bde6d30990 [file] [log] [blame]
{
"name": "OCExpectaMatchers",
"version": "0.1.0",
"summary": "Personal collection of Expecta matchers.",
"description": "OCExpectaMatchers is my personal collection of Expecta matchers.",
"homepage": "https://github.com/otaviocc/OCExpectaMatchers",
"license": "MIT",
"authors": {
"Otavio Cordeiro": "contact@otaviocc.com"
},
"source": {
"git": "https://github.com/otaviocc/OCExpectaMatchers.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/otaviocc",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "OCExpectaMatchersTests/EXPMatchers*",
"dependencies": {
"Expecta": [
]
}
}