blob: b7fea69c07683dfd6ece715a35c76ffbe12e6321 [file] [log] [blame]
{
"name": "GSVersionComparator",
"version": "0.1.0",
"summary": "A port of Apache Maven's ComparableVersion to Obj-C.",
"description": " A direct port of org.apache.maven.artifact.versioning.ComparableVersion from the Apache Maven Project\n to Objective-C.\n",
"homepage": "https://github.com/gliders/GSVersionComparator",
"license": "Apache v2",
"authors": {
"Ryan Brignoni": "castral01@gmail.com"
},
"source": {
"git": "https://github.com/gliders/GSVersionComparator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"public_header_files": "Pod/Classes/**/*.h"
}