blob: c34930894ec4d822900f11825a61ebe74f0e47bd [file] [log] [blame]
{
"name": "UIColor+iOS7Colors",
"version": "1.0.0",
"summary": "Convenience accessors for some nice looking colors for iOS 7.",
"description": " UIColor+iOS7Colors adds convenience accessors for some nice looking colors for iOS 7 I found on ios7colors.com.\n \n Kudos:\n I'm using colors listed on ios7colors.com\n I got the idea to make an extension from Class Lange's iOS7Colors\n I got the idea to add gradients from Jason Grandelli's KXKiOS7ColorsAndGradients\n I got the idea for the macros from Tomer Shiri's Objective-C-Generics\n",
"homepage": "https://github.com/mobilemagicdevelopers/UIColor-iOS7Colors",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"D. Patrick Caldwell": "patrick@mobilemagicdevelopers.com"
},
"social_media_url": "http://twitter.com/tncbbthositg",
"source": {
"git": "https://github.com/mobilemagicdevelopers/UIColor-iOS7Colors.git",
"tag": "v1.0.0"
},
"source_files": "lib/UIColor+iOS7Colors.{h,m}",
"requires_arc": true,
"platforms": {
"ios": null
}
}