[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / 7 / e / 4 / Changeset / 1.0.3 / Changeset.podspec.json
blobe84b50320ecfa09047b0f4eede10c054e0da11c7
2   "name": "Changeset",
3   "version": "1.0.3",
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.3"
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   }