[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 9 / 2 / b / ActiveSupportInflector / 0.0.1 / ActiveSupportInflector.podspec.json
blob1fede6113d5ea49fbf5bdef01dc6294a227f3d03
2   "name": "ActiveSupportInflector",
3   "version": "0.0.1",
4   "summary": "Easily pluralize and singularize strings in Objective-C.",
5   "homepage": "https://github.com/tomafro/ActiveSupportInflector",
6   "authors": {
7     "Tom Ward": "tom@popdog.net"
8   },
9   "source": {
10     "git": "https://github.com/tomafro/ActiveSupportInflector.git",
11     "commit": "c281b5d8432f12ad59c86195fbd583cc228822b7"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "MIT-LICENSE"
16   },
17   "description": "An Objective-C implementation of ActiveSupport's Inflector.",
18   "source_files": [
19     "ActiveSupportInflector.{h,m}",
20     "NSString+ActiveSupportInflector.{h,m}"
21   ],
22   "resources": "ActiveSupportInflector.plist",
23   "requires_arc": false