[Add] AndesUI 3.153.0
[CocoaPods.git] / Specs / 7 / 5 / 1 / MockInject / 1.0.3 / MockInject.podspec.json
blob834c3660ef34e9233f2087c330206a3434e03937
2   "name": "MockInject",
3   "version": "1.0.3",
4   "summary": "A library that allows developers to globally mock any ObjectiveC class' initialization method when testing with Kiwi.",
5   "homepage": "https://github.com/gantaa/MockInject",
6   "license": {
7     "type": "MIT",
8     "file": "MIT-LICENSE.txt"
9   },
10   "authors": {
11     "Matt Ganski": "gantasygames@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/gantaa/MockInject.git",
15     "tag": "1.0.3"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": [
21     "MockInject",
22     "MockInject/**/*.{h,m}"
23   ],
24   "frameworks": "XCTest",
25   "public_header_files": "MockInject/**/*.h",
26   "requires_arc": true,
27   "dependencies": {
28     "Kiwi": [
30     ]
31   },
32   "ios": {
33     "xcconfig": {
34       "FRAMEWORK_SEARCH_PATHS": "$(SDKROOT)/Developer/Library/Frameworks $(inherited) $(DEVELOPER_FRAMEWORKS_DIR)",
35       "FRAMEWORK_SEARCH_PATHS[sdk=iphoneos8.0]": "$(inherited) $(DEVELOPER_DIR)/Platforms/iPhoneOS.platform/Developer/Library/Frameworks",
36       "FRAMEWORK_SEARCH_PATHS[sdk=iphonesimulator8.0]": "$(inherited) $(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks"
37     }
38   }