[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 4 / f / DRYTestUtilities / 1.0.0 / DRYTestUtilities.podspec.json
blob859d5506a00707edaf279ac5ae7c0c25f5ff8a1e
2   "name": "DRYTestUtilities",
3   "version": "1.0.0",
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.0"
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   ]