[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / f / 9 / Vaccine / 0.1.0 / Vaccine.podspec.json
blob816e1951f5bd390fd4d2154be89b7b72facea740
2   "name": "Vaccine",
3   "summary": "Make your apps immune to recompile-decease.",
4   "version": "0.1.0",
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.1.0"
13   },
14   "social_media_url": "https://twitter.com/zenangst",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11",
18     "tvos": "9.2",
19     "watchos": "3.0"
20   },
21   "requires_arc": true,
22   "ios": {
23     "source_files": "Source/{iOS+tvOS,iOS,Shared}/**/*"
24   },
25   "tvos": {
26     "source_files": "Source/{iOS+tvOS,tvOS,Shared}/**/*"
27   },
28   "osx": {
29     "source_files": "Source/{macOS,Shared}/**/*"
30   },
31   "watchos": {
32     "source_files": "Source/{watchOS,Shared}/**/*"
33   },
34   "pod_target_xcconfig": {
35     "SWIFT_VERSION": "4.0"
36   }