[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 9 / 5 / Expecta / 0.2.3 / Expecta.podspec.json
blob5a97b2eb7e4f57d74bfcf84e5fa641c3e1331688
2   "name": "Expecta",
3   "version": "0.2.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/specta/expecta.git",
12     "tag": "v0.2.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   "requires_arc": false