[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / e / 4 / Changeset / 1.0.4 / Changeset.podspec.json
blob5a435c7d13eb25032f642ad9cac20813ebe125c8
2   "name": "Changeset",
3   "version": "1.0.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/osteslag/Changeset",
9   "authors": {
10     "Joachim Bondo": "joachim@bondo.net"
11   },
12   "social_media_url": "https://twitter.com/osteslag",
13   "summary": "Minimal edits from one collection to another",
14   "description": "A Swift value type to compute and hold the edits required to go from one CollectionType of Equatable elements to another.",
15   "source": {
16     "git": "https://github.com/osteslag/Changeset.git",
17     "tag": "v1.0.4"
18   },
19   "source_files": "Changeset/*.swift",
20   "requires_arc": true,
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.9",
24     "watchos": "2.0"
25   }