[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / c / 0 / e / Mockingjay / 0.2.0 / Mockingjay.podspec.json
bloba43d324ef7ab7788b13c4aa1cd57107803a13b2f
2   "name": "Mockingjay",
3   "version": "0.2.0",
4   "summary": "An elegant library for stubbing HTTP requests with ease in Swift.",
5   "homepage": "https://github.com/kylef/Mockingjay",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kyle Fuller": "kyle@fuller.li"
12   },
13   "social_media_url": "http://twitter.com/kylefuller",
14   "source": {
15     "git": "https://github.com/kylef/Mockingjay.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Core",
26       "dependencies": {
27         "URITemplate": [
28           "~> 1.2"
29         ]
30       },
31       "source_files": [
32         "Mockingjay/Mockingjay.{h,swift}",
33         "Mockingjay/MockingjayProtocol.swift",
34         "Mockingjay/{Matchers,Builders}.swift"
35       ]
36     },
37     {
38       "name": "Session",
39       "dependencies": {
40         "Mockingjay/Core": [
42         ]
43       },
44       "source_files": "Mockingjay/NSURLSessionConfiguration.swift"
45     },
46     {
47       "name": "XCTest",
48       "dependencies": {
49         "Mockingjay/Core": [
51         ]
52       },
53       "source_files": "Mockingjay/XCTest.swift",
54       "frameworks": "XCTest"
55     }
56   ]