blob: f32b91f241243b089fe181704b026e3a560a3bf8 [file] [log] [blame]
{
"name": "RubyCocoaString",
"version": "0.0.2",
"summary": "Ruby string manipulation methods as a category on NSString.",
"homepage": "https://github.com/pwightman/RubyCocoaString",
"license": "MIT",
"authors": {
"Parker": "parkerwightman@gmail.com"
},
"source": {
"git": "https://github.com/pwightman/RubyCocoaString.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "5.0",
"osx": "10.6"
},
"source_files": "RubyCocoaString/NSString+RubyCocoaString.{h,m}",
"requires_arc": true
}