| { |
| "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 |
| } |