blob: 62418b2c2b0664d36fdd9e1e34ee2e0bbdf862f9 [file] [log] [blame]
{
"name": "PlaygroundTesting",
"version": "0.0.1",
"summary": "A Cocoa Touch framework for running Unit Tests inside a Playground.",
"description": "Use Xcode Playgrounds to iterate on your code and your unit tests.\n\nThe unit tests available to playgrounds are a subset of XCTest, more coming soon!",
"homepage": "https://github.com/dornad/PlaygroundTesting",
"license": "MIT",
"authors": {
"Daniel Rodriguez": "daniel@danielrodriguez.name"
},
"source": {
"git": "https://github.com/dornad/PlaygroundTesting.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PlaygroundTesting": [
"Pod/Assets/*.png"
]
},
"pod_target_xcconfig": {
"ENABLE_TESTABILITY": "YES"
}
}