| { |
| "name": "PlaygroundTDD", |
| "version": "1.0.0", |
| "summary": "Small library to easily run your tests directly within a Playground.", |
| "description": "PlaygroundTDD enables you to use TDD directly on Xcode Playground during your development process.\nIf your development workflow is based on Playground, sure you will save a huge amount of time by using our small library!", |
| "homepage": "https://github.com/WhiskerzAB/PlaygroundTDD", |
| "screenshots": "https://raw.githubusercontent.com/WhiskerzAB/PlaygroundTDD/master/example-shot.png", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Whiskerz": "hello@whiskerz.se" |
| }, |
| "social_media_url": "https://twitter.com/team_whiskerz", |
| "source": { |
| "git": "https://github.com/WhiskerzAB/PlaygroundTDD-private.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "PlaygroundTDD/Classes/**/*", |
| "frameworks": "XCTest", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |