[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 9 / 5 / Expecta / 0.2.1 / Expecta.podspec.json
blobdaf5ef34c1976cba46c89b82eb41adbbee3cfffc
2   "name": "Expecta",
3   "version": "0.2.1",
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.2.1"
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   "requires_arc": false