[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / e / 4 / Changeset / 2.0 / Changeset.podspec.json
blob5560811749b24f4a4444f4d1f18645e7677550a3
2   "name": "Changeset",
3   "version": "2.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
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": "v2.0"
18   },
19   "source_files": "Sources/*.swift",
20   "requires_arc": true,
21   "platforms": {
22     "ios": "8.0",
23     "tvos": "9.0",
24     "osx": "10.9",
25     "watchos": "2.0"
26   }