[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / 6 / f / VCRURLConnection / 0.2.5 / VCRURLConnection.podspec.json
blob9301b290d2df21223692cfd168f4fd35b2679974
2   "name": "VCRURLConnection",
3   "version": "0.2.5",
4   "summary": "VCRURLConnection is an iOS and OSX API to record and replay HTTP interactions, inspired by VCR.",
5   "homepage": "https://github.com/dstnbrkr/VCRURLConnection",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Dustin Barker": "dustin.barker@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/dstnbrkr/VCRURLConnection.git",
15     "tag": "0.2.5"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "ios": {
22     "frameworks": "MobileCoreServices"
23   },
24   "osx": {
25     "frameworks": "CoreServices"
26   },
27   "source_files": "VCRURLConnection/**.{h,m}",
28   "requires_arc": true