blob: add9e181935faf00d6110a5fea1ffa128603b3dc [file] [log] [blame]
{
"name": "CGLAlphabetizer",
"version": "0.1.0",
"summary": "A simple class to easily alphabetize an array of objects, useful for sectioning UITableViews in alphabetical order, like Music and Contacts.",
"homepage": "https://github.com/chrisladd/CGLAlphabetizer",
"screenshots": "https://raw.githubusercontent.com/chrisladd/CGLAlphabetizer/master/Example/demo.gif",
"license": "MIT",
"authors": {
"Chris Ladd": "c.g.ladd@gmail.com"
},
"source": {
"git": "https://github.com/chrisladd/CGLAlphabetizer.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/chrisladd",
"requires_arc": true,
"source_files": "Classes",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
}
}