[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 9 / 5 / Expecta / 0.3.2 / Expecta.podspec.json
blob84b3fad1f171b82e53d2af65f7d17aa0182861f6
2   "name": "Expecta",
3   "version": "0.3.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A matcher framework for Objective-C & Cocoa.",
9   "homepage": "http://github.com/petejkim/expecta",
10   "authors": {
11     "Peter Jihoon Kim": "raingrove@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/specta/expecta.git",
15     "tag": "v0.3.2"
16   },
17   "description": "\n    Expecta is a matcher framework for Objective-C and Cocoa. The main\n    advantage of using Expecta over other matcher frameworks is that you do not\n    have to specify the data types. Also, the syntax of Expecta matchers is\n    much more readable and does not suffer from parenthesitis. If you have used\n    Jasmine before, you will feel right at home!\n  ",
18   "source_files": "Expecta/**/*.{h,m}",
19   "requires_arc": false,
20   "platforms": {
21     "ios": "5.1.1",
22     "osx": "10.7"
23   },
24   "frameworks": [
25     "Foundation",
26     "XCTest"
27   ],
28   "osx": {
29     "xcconfig": {
30       "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(DEVELOPER_FRAMEWORKS_DIR) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\" \"$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/Library/Frameworks\""
31     }
32   },
33   "ios": {
34     "xcconfig": {
35       "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(DEVELOPER_FRAMEWORKS_DIR) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\" \"$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks\""
36     }
37   }