blob: 0d4831477dbd53eb594058d3db71b033d4a33725 [file] [log] [blame]
{
"name": "Scoper",
"version": "0.1.1",
"summary": "Scoper is a microframework for performance testing",
"description": "Scoper is a microframework cragted for performance testing purposes.\nWith help of very few basic types it provides powerful DSL for declarative\ndescription of performance testing suite. Unlike XCTest works on physical iOS devices",
"homepage": "https://github.com/soxjke/Scoper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"soxjke": "soxjke@gmail.com"
},
"source": {
"git": "https://github.com/soxjke/Scoper.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/@soxjke",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"swift_version": "4.0",
"source_files": "Scoper/Classes/**/*"
}