[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 0 / 1 / Inflections / 1.0.0 / Inflections.podspec.json
blob7eb5ab76e075ce9129b99ee8c9beb4601e936dc9
2   "name": "Inflections",
3   "version": "1.0.0",
4   "summary": "Inflections is a port of several of the ActiveSupport Inflector methods into Objective C.",
5   "homepage": "https://github.com/adamelliot/Inflections",
6   "license": {
7     "type": "MIT",
8     "file": "MIT-LICENSE"
9   },
10   "authors": {
11     "Adam Elliot": "adam@adamelliot.com"
12   },
13   "source": {
14     "git": "https://github.com/adamelliot/Inflections.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "NSString+Inflections.{h,m}",
18   "dependencies": {
19     "RegexKitLite": [
21     ]
22   },
23   "requires_arc": false