[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 8 / c / 3 / anfema-mockingbird / 1.0.1 / anfema-mockingbird.podspec.json
blobc031f9129357b278c5359291739fe55614b57a77
2   "name": "anfema-mockingbird",
3   "version": "1.0.1",
4   "summary": "HTTP-Response mocking for iOS and OS X.",
5   "description": "HTTP-Response mocking for iOS and OS X\n\nFeatures:\n- Intercepts all requests going through the NSURLSession interface\n- Allows to send binary files\n- Mocking dataset may be changed at all times to mock server data changes\n- Data is organized in bundles that are easy to maintain",
6   "homepage": "https://github.com/anfema/Mockingbird",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Johannes Schriewer": "j.schriewer@anfe.ma"
13   },
14   "social_media_url": "http://twitter.com/dunkelstern",
15   "platforms": {
16     "ios": "8.4",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/anfema/Mockingbird.git",
21     "tag": "1.0.1"
22   },
23   "source_files": "src/*.swift",
24   "frameworks": [
25     "Alamofire",
26     "DEjson"
27   ],
28   "dependencies": {
29     "Alamofire": [
30       "~> 3.0"
31     ],
32     "DEjson": [
33       "~> 1.0"
34     ]
35   }