[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 9 / 5 / Expecta / 0.3.1 / Expecta.podspec.json
blob4b602bf04c3cf8c0bcb2ab24193fa5189a1d55f3
2   "name": "Expecta",
3   "version": "0.3.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A matcher framework for Objective-C & Cocoa.",
9   "homepage": "http://github.com/petejkim/expecta",
10   "authors": {
11     "Peter Jihoon Kim": "raingrove@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/specta/expecta.git",
15     "tag": "v0.3.1"
16   },
17   "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  ",
18   "source_files": "src/**/*.{h,m}",
19   "requires_arc": false,
20   "platforms": {
21     "ios": "5.0",
22     "osx": "10.7"
23   },
24   "frameworks": "Foundation"