[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / 9 / f / SpecTools / 1.0.0 / SpecTools.podspec.json
blob02d00cc2cf5f040d86f22fddfc8701c56bcfab2e
2   "name": "SpecTools",
3   "version": "1.0.0",
4   "summary": "Library that helps you write less code when testing your iOS apps.",
5   "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.",
6   "homepage": "https://github.com/manGoweb/SpecTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ondrej Rafaj": "dev@mangoweb.cz"
13   },
14   "source": {
15     "git": "https://github.com/manGoweb/SpecTools.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/rafiki270",
19   "platforms": {
20     "ios": "10.3"
21   },
22   "source_files": "SpecTools/Classes/**/*",
23   "requires_arc": true,
24   "user_target_xcconfig": {
25     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
26   },
27   "pod_target_xcconfig": {
28     "ENABLE_BITCODE": "NO"
29   },
30   "pushed_with_swift_version": "4.0"