[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 9 / 5 / Expecta / 1.0.5 / Expecta.podspec.json
blob1eea5692995e2aa24bb06252c08b4f2c4820a636
2   "name": "Expecta",
3   "version": "1.0.5",
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": "v1.0.5"
16   },
17   "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!",
18   "source_files": "Expecta/**/*.{h,m}",
19   "requires_arc": false,
20   "platforms": {
21     "ios": "5.1.1",
22     "osx": "10.7",
23     "tvos": "9.0"
24   },
25   "frameworks": [
26     "Foundation",
27     "XCTest"
28   ],
29   "pod_target_xcconfig": {
30     "ENABLE_BITCODE": "NO"
31   }