[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 0 / e / Mockingjay / 2.0.0 / Mockingjay.podspec.json
blobe3adf89cdaf283d00eaf8066ece268238fdac4c4
2   "name": "Mockingjay",
3   "version": "2.0.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": "2.0.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "dependencies": {
28         "URITemplate": [
29           "~> 2.0"
30         ]
31       },
32       "source_files": [
33         "Mockingjay/Mockingjay.{h,swift}",
34         "Mockingjay/MockingjayProtocol.swift",
35         "Mockingjay/{Matchers,Builders}.swift",
36         "Mockingjay/NSURLSessionConfiguration.swift",
37         "Mockingjay/MockingjayURLSessionConfiguration.m"
38       ]
39     },
40     {
41       "name": "XCTest",
42       "dependencies": {
43         "Mockingjay/Core": [
45         ]
46       },
47       "source_files": "Mockingjay/XCTest.swift",
48       "frameworks": "XCTest",
49       "pod_target_xcconfig": {
50         "ENABLE_BITCODE": "NO"
51       }
52     }
53   ]