[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 2 / 4 / f / DRYTestUtilities / 0.1.4 / DRYTestUtilities.podspec.json
blob33644a93ee9b58f312aee2c0ac5e51b90b2b8dee
2   "name": "DRYTestUtilities",
3   "version": "0.1.4",
4   "summary": "AppFoundry test utilities",
5   "homepage": "https://github.com/appfoundry/DRYTestUtilities",
6   "license": "MIT",
7   "authors": {
8     "Michael Seghers": "michael.seghers@ida-mediafoundry.be"
9   },
10   "source": {
11     "git": "https://github.com/appfoundry/DRYTestUtilities.git",
12     "tag": "0.1.4"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "frameworks": "XCTest",
20   "dependencies": {
21     "DRYUtilities": [
23     ]
24   },
25   "user_target_xcconfig": {
26     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
27   }