[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / c / 7 / 3 / MockingBird / 1.0.0 / MockingBird.podspec.json
blob35d8bb856a41413ce203323ff3a559b52d986a88
2   "name": "MockingBird",
3   "version": "1.0.0",
4   "summary": "A library to mock each HTTP request.",
5   "description": "MockingBird allow you to record in a JSON file each request called by the application, and then also it allows to stub the same requests with the same file saved previously.",
6   "homepage": "https://github.com/the-software-factory",
7   "license": "MIT",
8   "authors": {
9     "centura87": "giusbruno1987@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/the-software-factory/MockingBird-iOS.git",
13     "tag": "1.0.0"
14   },
15   "source_files": "MockingBird/*.{h,m}",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "OHHTTPStubs": [
23     ]
24   }