[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / f / d / LnExpecta / 1.0.11 / LnExpecta.podspec.json
bloba2435fe7574ab8957f4c1669cebe12687221867d
2   "name": "LnExpecta",
3   "version": "1.0.11",
4   "summary": "Expecta.",
5   "homepage": "http://github.com/ln1778/expecta",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ln1778": "465410291@qq.com"
12   },
13   "description": "Expecta is a matcher framework for Objective-C and Cocoa. The main\nadvantage of using Expecta over other matcher frameworks is that you do not\nhave to specify the data types. Also, the syntax of Expecta matchers is\nmuch more readable and does not suffer from parenthesitis. If you have used\nJasmine before, you will feel right at home!",
14   "source_files": "Expecta/**/*.{h,m}",
15   "requires_arc": false,
16   "platforms": {
17     "ios": "12.0",
18     "osx": "10.13",
19     "tvos": "11.0"
20   },
21   "frameworks": [
22     "Foundation",
23     "XCTest"
24   ],
25   "pod_target_xcconfig": {
26     "ENABLE_BITCODE": "NO"
27   },
28   "user_target_xcconfig": {
29     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
30   },
31   "source": {
32     "git": "https://github.com/ln1778/Expecta.git",
33     "tag": "1.0.11"
34   }