blob: 5727736b72c84bb11e83d71a55c3c41b58a0352d [file] [log] [blame]
{
"name": "XCTest3",
"version": "0.2.0",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"summary": "Swift XCTest Shims that mimic Swift 3.0 API. For thous who wants to maintain Swift multiple versions compatibility",
"homepage": "https://github.com/crossroadlabs/XCTest3",
"social_media_url": "https://github.com/crossroadlabs/XCTest3",
"authors": {
"Daniel Leping": "daniel@crossroadlabs.xyz"
},
"source": {
"git": "https://github.com/crossroadlabs/XCTest3.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "XCTest3/*.swift",
"dependencies": {
"Boilerplate": [
"~> 0.2"
]
},
"requires_arc": true,
"frameworks": "XCTest",
"ios": {
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}
}