[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 9 / 5 / Expecta / 0.1.0 / Expecta.podspec.json
blobad056f89a523a29d94f3d9bbef73537fb092781b
2   "name": "Expecta",
3   "version": "0.1.0",
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.0"
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