blob: db49414c73c3bb199afb9ae1300ee5513a5b1e1b [file] [log] [blame]
{
"name": "Changes",
"version": "1.1.0",
"summary": "A Swift framework that computes changes occurred in a `CollectionType`",
"description": "A Swift framework that computes changes occurred in a `CollectionType`. Elements of the collection should also conform to `Equatable`.",
"homepage": "https://github.com/chrisamanse/Changes",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Amanse": "christopheramanse@gmail.com"
},
"social_media_url": "http://twitter.com/ChrisAmanse",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/chrisamanse/Changes.git",
"tag": "v1.1.0"
},
"source_files": [
"Source",
"Source/**/*.{h,swift}"
],
"requires_arc": true
}