[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 9 / 5 / Expecta / 0.1.3 / Expecta.podspec.json
blob58ff5c682d333cf472f36b9e6ec0d97d00be307d
2   "name": "Expecta",
3   "version": "0.1.3",
4   "license": "MIT",
5   "summary": "A matcher framework for Objective-C & Cocoa.",
6   "homepage": "http://github.com/petejkim/expecta",
7   "authors": {
8     "Peter Jihoon Kim": "raingrove@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/petejkim/expecta.git",
12     "tag": "v0.1.3"
13   },
14   "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  ",
15   "source_files": "src/**/*.{h,m}",
16   "frameworks": "Foundation",
17   "xcconfig": {
18     "OTHER_LDFLAGS": "-ObjC"
19   },
20   "requires_arc": false