blob: c224fe31366172e4b621e858b985440cea49eca6 [file] [log] [blame]
{
"name": "RSCategories",
"version": "0.1",
"summary": "Essential categories for UIImage, NSSDate, NSString and more for a iOS Developer",
"description": " Some of helper function for UIImage, NSSDate, NSString are always used by most developer including myself and I felt they should not be rewritten everytime some wants to use it and again who has the time. Hence this Library was created It is very simple to use.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/reejosamuel/RSCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": [
"reejosamuel",
"other author"
],
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/reejosamuel/RSCategories.git",
"tag": "0.1"
},
"source_files": "*.{h,m}",
"frameworks": "ImageIO",
"requires_arc": true
}