| { |
| "name": "Expecta+ReactiveCocoa", |
| "version": "0.1.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.1.0" |
| }, |
| "source_files": "ExpectaReactiveCocoa/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "Expecta": [ |
| |
| ], |
| "ReactiveCocoa": [ |
| |
| ] |
| }, |
| "platforms": { |
| "ios": "5.0", |
| "osx": "10.7" |
| } |
| } |