[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / 9 / f / DifferenceKit / 0.1.0 / DifferenceKit.podspec.json
blobedabb8577d88a212f09da49830e1a56806e45e1c
2   "name": "DifferenceKit",
3   "version": "0.1.0",
4   "authors": {
5     "ra1028": "r.fe51028.r@gmail.com"
6   },
7   "homepage": "https://github.com/ra1028/DifferenceKit",
8   "documentation_url": "https://ra1028.github.io/DifferenceKit",
9   "summary": "A fast and flexible O(n) difference algorithm framework for Swift collection.",
10   "description": "A fast and flexible O(n) difference algorithm framework for Swift collection.\nThe algorithm is optimized based on the Paul Heckel's algorithm.",
11   "source": {
12     "git": "https://github.com/ra1028/DifferenceKit.git",
13     "tag": "0.1.0"
14   },
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "requires_arc": true,
20   "default_subspecs": [
21     "Core",
22     "UIExtensions"
23   ],
24   "platforms": {
25     "ios": "10.0",
26     "tvos": "10.0"
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Sources/*.swift"
32     },
33     {
34       "name": "UIExtensions",
35       "dependencies": {
36         "DifferenceKit/Core": [
38         ]
39       },
40       "ios": {
41         "source_files": "Sources/UIExtensions/*.swift",
42         "frameworks": "UIKit"
43       },
44       "tvos": {
45         "source_files": "Sources/UIExtensions/*.swift",
46         "frameworks": "UIKit"
47       }
48     }
49   ]