| { |
| "name": "OKSpecHelper", |
| "version": "0.2", |
| "summary": "Simple helpers for using Objection framework with Kiwi tests", |
| "description": " Simple helpers for using Objection framework with Kiwi tests.\n", |
| "homepage": "https://github.com/garyjohnson/okspechelper", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Gary Johnson": "gary@gjtt.com" |
| }, |
| "social_media_url": "http://twitter.com/GaryGJohnson", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/garyjohnson/okspechelper.git", |
| "tag": "0.2" |
| }, |
| "source_files": "*.{h,m}", |
| "public_header_files": "*.h", |
| "requires_arc": true, |
| "frameworks": [ |
| "XCTest", |
| "Foundation" |
| ], |
| "dependencies": { |
| "Kiwi/XCTest": [ |
| |
| ], |
| "Objection": [ |
| |
| ] |
| } |
| } |