[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / f / 9 / Vaccine / 0.4.4 / Vaccine.podspec.json
blob9b3c1ab3df28bb7d2d71d42c31c4337c35ccfb2e
2   "name": "Vaccine",
3   "summary": "Make your apps immune to recompile-disease.",
4   "version": "0.4.4",
5   "homepage": "https://github.com/zenangst/Vaccine",
6   "license": "MIT",
7   "authors": {
8     "Christoffer Winterkvist": "christoffer@winterkvist.com"
9   },
10   "source": {
11     "git": "https://github.com/zenangst/Vaccine.git",
12     "tag": "0.4.4"
13   },
14   "social_media_url": "https://twitter.com/zenangst",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11",
18     "tvos": "9.2"
19   },
20   "requires_arc": true,
21   "ios": {
22     "source_files": "Source/{iOS+tvOS,iOS,Shared}/**/*"
23   },
24   "tvos": {
25     "source_files": "Source/{iOS+tvOS,tvOS,Shared}/**/*"
26   },
27   "osx": {
28     "source_files": "Source/{macOS,Shared}/**/*"
29   },
30   "pod_target_xcconfig": {
31     "SWIFT_VERSION": "4.0"
32   }