[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / d / b / 1 / Delta / 3.0.1 / Delta.podspec.json
blobb0b2e7db7cda8ecd6a9b69d32b29acb64e5274a9
2   "name": "Delta",
3   "version": "3.0.1",
4   "license": "MIT",
5   "summary": "Delta produces a set of records to transform a ordered set of data into another.",
6   "homepage": "https://github.com/mogstad/delta",
7   "authors": {
8     "Bjarne Mogstad": "me@mogstad.co"
9   },
10   "source": {
11     "git": "https://github.com/mogstad/delta.git",
12     "tag": "v3.0.1"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9"
17   },
18   "source_files": [
19     "sources/**/*.swift",
20     "sources/*.swift"
21   ],
22   "osx": {
23     "exclude_files": "sources/**/UI*"
24   },
25   "requires_arc": true