[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 2 / 4 / f / DRYTestUtilities / 1.0.1 / DRYTestUtilities.podspec.json
blobbbcddff28c448bd438d9c99e2158b18f97b0223a
2   "name": "DRYTestUtilities",
3   "version": "1.0.1",
4   "summary": "AppFoundry test utilities",
5   "homepage": "https://github.com/appfoundry/DRYTestUtilities",
6   "license": "MIT",
7   "authors": {
8     "Michael Seghers": "mike@appfoundry.be"
9   },
10   "source": {
11     "git": "https://github.com/appfoundry/DRYTestUtilities.git",
12     "tag": "1.0.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "frameworks": "XCTest",
19   "user_target_xcconfig": {
20     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Pod/Classes/Core/*",
26       "dependencies": {
27         "DRYUtilities": [
29         ]
30       }
31     },
32     {
33       "name": "OCMockitoSupport",
34       "dependencies": {
35         "DRYTestUtilities/Core": [
37         ],
38         "OCMockito": [
40         ]
41       },
42       "source_files": "Pod/Classes/OCMockitoSupport/*"
43     }
44   ]