[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / c / 0 / e / Mockingjay / 1.1.0 / Mockingjay.podspec.json
blob12fbf665515ef3402e97f029ca3e4268e58cc3f4
2   "name": "Mockingjay",
3   "version": "1.1.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": "1.1.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.3"
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       "pod_target_xcconfig": {
56         "ENABLE_BITCODE": "NO"
57       }
58     }
59   ]