[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 9 / d / NSString-ZENInflections / 1.0 / NSString-ZENInflections.podspec.json
blob67f27198b287f9ffe875005cd84c676f52d45f3e
2   "name": "NSString-ZENInflections",
3   "version": "1.0",
4   "summary": "Returns camelCased, UpperCamelCased, dashed-case, snake_cased representations of an NSString",
5   "description": "                   * Returns camelCased, UpperCamelCased, dashed-case, snake_cased representations of an NSString\n",
6   "homepage": "https://github.com/zenangst/NSString-ZENInflections",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Christoffer Winterkvist": "christoffer@winterkvist.com"
13   },
14   "social_media_url": "http://twitter.com/zenangst",
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "source": {
20     "git": "https://github.com/zenangst/NSString-ZENInflections.git",
21     "tag": "1.0"
22   },
23   "source_files": "NSString-ZENInflections/",
24   "frameworks": "Foundation",
25   "requires_arc": true