blob: 4aaaf7625aacf2fe4a22c42334db3ee7f6171130 [file] [log] [blame]
{
"name": "BZKIntegrationTestSuite",
"version": "0.0.4",
"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.4"
},
"source_files": [
"BZKIntegrationTestSuite",
"BZKIntegrationTestSuite/**/*.{h,m}"
],
"public_header_files": "BZKIntegrationTestSuite/**/*.h",
"requires_arc": true
}