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