[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 6 / 4 / 1 / Differific / 0.2.0 / Differific.podspec.json
bloba0d67d896bd37d50793213fdbb2f92101a607a68
2   "name": "Differific",
3   "summary": "A fast and convenient diffing framework",
4   "version": "0.2.0",
5   "homepage": "https://github.com/zenangst/Differific",
6   "license": "MIT",
7   "authors": {
8     "Christoffer Winterkvist": "christoffer@winterkvist.com"
9   },
10   "source": {
11     "git": "https://github.com/zenangst/Differific.git",
12     "tag": "0.2.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   },
20   "requires_arc": true,
21   "ios": {
22     "source_files": "Source/{iOS+tvOS,Shared}/**/*"
23   },
24   "tvos": {
25     "source_files": "Source/{iOS+tvOS,Shared}/**/*"
26   },
27   "osx": {
28     "source_files": "Source/{macOS,Shared}/**/*"
29   },
30   "pod_target_xcconfig": {
31     "SWIFT_VERSION": "4.0"
32   }