blob: 213b03d4f60bcef728d09a6ab540d54db259fc2f [file] [log] [blame]
{
"name": "SpecTools",
"version": "1.0.2",
"summary": "Library that helps you write less code when testing your iOS apps.",
"description": "Write less test code, this library contains a set of tools that are split in a few categories which have very specific helper functionality. All these are only available to their relevant elements.",
"homepage": "https://github.com/manGoweb/SpecTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ondrej Rafaj": "dev@mangoweb.cz"
},
"source": {
"git": "https://github.com/manGoweb/SpecTools.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/rafiki270",
"platforms": {
"ios": "10.2",
"tvos": "10.2"
},
"source_files": "SpecTools/Classes/**/*",
"requires_arc": true,
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"pushed_with_swift_version": "4.0"
}