[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 1 / 4 / CGLAlphabetizer / 0.2.0 / CGLAlphabetizer.podspec.json
blobe5c27d24ccbd97e27c4388694ac96929b5b1100d
2   "name": "CGLAlphabetizer",
3   "version": "0.2.0",
4   "summary": "A simple class to easily alphabetize an array of objects, useful for sectioning UITableViews in alphabetical order, like Music and Contacts.",
5   "homepage": "https://github.com/chrisladd/CGLAlphabetizer",
6   "screenshots": "https://raw.githubusercontent.com/chrisladd/CGLAlphabetizer/master/Example/demo.gif",
7   "license": "MIT",
8   "authors": {
9     "Chris Ladd": "c.g.ladd@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/chrisladd/CGLAlphabetizer.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "https://twitter.com/chrisladd",
16   "requires_arc": true,
17   "source_files": "Classes",
18   "ios": {
19     "exclude_files": "Classes/osx"
20   },
21   "osx": {
22     "exclude_files": "Classes/ios"
23   }