| { | |
| "name": "xctester", | |
| "version": "0.2.0", | |
| "summary": "Run, XCTest, run", | |
| "homepage": "https://github.com/neonichu/xctester", | |
| "license": "MIT", | |
| "authors": { | |
| "Boris Bügling": "boris@buegling.com" | |
| }, | |
| "social_media_url": "http://twitter.com/NeoNacho", | |
| "platforms": { | |
| "ios": "7.0", | |
| "osx": "10.9" | |
| }, | |
| "requires_arc": true, | |
| "source": { | |
| "git": "https://github.com/neonichu/xctester.git", | |
| "tag": "0.2.0" | |
| }, | |
| "source_files": "code/XCTestCaseExtensions.swift", | |
| "frameworks": "XCTest" | |
| } |