blob: e947222c62d8eb46c5ccb38d4d0d949d34bc0fc9 [file] [log] [blame]
{
"name": "BZKIntegrationTestSuite",
"version": "0.0.2",
"summary": "Because sometimes you need to test integration at runtime.",
"description": " Because sometimes you need to test integration at runtime.\n\n * Allows you to create test cases that can be executed at runtime, with a device or the simulator.\n",
"homepage": "https://github.com/BerzerkerDesign/BZKIntegrationTestSuite",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benoit Sarrazin": "bensarz@gmail.com"
},
"social_media_url": "http://twitter.com/bensarz",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/BerzerkerDesign/BZKIntegrationTestSuite.git",
"tag": "0.0.2"
},
"source_files": [
"BZKIntegrationTestSuite",
"BZKIntegrationTestSuite/**/*.{h,m}"
],
"public_header_files": "BZKIntegrationTestSuite/**/*.h",
"requires_arc": true
}