blob: 83ddcff5005c557247a200451d81a55d3ec4f778 [file] [log] [blame]
{
"name": "AppVersion",
"version": "1.0.1",
"summary": "Sample version system for App.",
"description": "AppVersion is a Swift Library, compare version numbers.\nThe representation is:\n* Comparable\n* Equatable\n* StringLiteralConvertible",
"homepage": "https://github.com/woshizilong/AppVersion",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kaba": "woshizilong@hotmail.com"
},
"social_media_url": "https://github.com/woshizilong",
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source": {
"git": "https://github.com/woshizilong/AppVersion.git",
"tag": "1.0.1"
},
"source_files": "AppVersion/**/*.{h,swift}"
}