blob: 24a9e6efcec6e132383eb8e9aa497be652dd40f5 [file] [log] [blame]
{
"name": "Changes",
"version": "2.0.1",
"summary": "A Swift framework that computes changes occurred in a `Collection`",
"description": "A Swift framework that computes changes occurred in a `Collection`. Elements of the collection should conform to `Equatable`.",
"homepage": "https://github.com/chrisamanse/Changes",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Amanse": "chris@chrisamanse.xyz"
},
"social_media_url": "http://twitter.com/ChrisAmanse",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "10"
},
"source": {
"git": "https://github.com/chrisamanse/Changes.git",
"tag": "2.0.1"
},
"source_files": [
"Sources",
"Sources/**/*.{h,swift}"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}