blob: bc508d12dc5e9287965f58b9d2a78e1776e4d9e3 [file] [log] [blame]
{
"name": "Expecta+ReactiveCocoa",
"version": "0.2.0",
"summary": "Expecta matchers for ReactiveCocoa.",
"homepage": "https://github.com/kylef/Expecta-ReactiveCocoa",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "inbox@kylefuller.co.uk"
},
"social_media_url": "https://twitter.com/kylefuller",
"source": {
"git": "https://github.com/kylef/Expecta-ReactiveCocoa.git",
"tag": "0.2.0"
},
"source_files": "ExpectaReactiveCocoa/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Expecta": [
],
"ReactiveCocoa": [
]
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}