[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / b / e / DeepDiff / 1.1.0 / DeepDiff.podspec.json
blobf31d3f616d4d254002a0c01f892cbce63ee6127f
2   "name": "DeepDiff",
3   "summary": "Diff in Swift",
4   "version": "1.1.0",
5   "homepage": "https://github.com/onmyway133/DeepDiff",
6   "license": "MIT",
7   "authors": {
8     "Khoa Pham": "onmyway133@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/onmyway133/DeepDiff.git",
12     "tag": "1.1.0"
13   },
14   "social_media_url": "https://twitter.com/onmyway133",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.2",
19     "watchos": "3.0"
20   },
21   "requires_arc": true,
22   "ios": {
23     "source_files": "Sources/{iOS,Shared}/**/*",
24     "frameworks": "UIKit"
25   },
26   "osx": {
27     "source_files": "Sources/{Shared}/**/*"
28   },
29   "tvos": {
30     "source_files": "Sources/{iOS,Shared}/**/*"
31   },
32   "watchos": {
33     "source_files": "Sources/Shared/**/*"
34   },
35   "pod_target_xcconfig": {
36     "SWIFT_VERSION": "4.0"
37   },
38   "pushed_with_swift_version": "4.0"