[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / c / 0 / e / Mockingjay / 1.2.2 / Mockingjay.podspec.json
blobf5c065dc4a29eb29056af20a39f8b7bbe32e7e87
2   "name": "Mockingjay",
3   "version": "1.2.2",
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": "1.2.2"
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.3"
29         ]
30       },
31       "source_files": [
32         "Mockingjay/Mockingjay.{h,swift}",
33         "Mockingjay/MockingjayProtocol.swift",
34         "Mockingjay/{Matchers,Builders}.swift",
35         "Mockingjay/NSURLSessionConfiguration.swift",
36         "Mockingjay/MockingjayURLSessionConfiguration.m"
37       ]
38     },
39     {
40       "name": "XCTest",
41       "dependencies": {
42         "Mockingjay/Core": [
44         ]
45       },
46       "source_files": "Mockingjay/XCTest.swift",
47       "frameworks": "XCTest",
48       "pod_target_xcconfig": {
49         "ENABLE_BITCODE": "NO"
50       }
51     }
52   ]