blob: 4a15216e2e94d14003a5538cd5e51e009da7eb21 [file] [log] [blame]
{
"name": "iOS-color-wheel",
"version": "0.1",
"summary": "A fully scalable, dynamically rendered color wheel for iOS.",
"homepage": "http://github.com/narpas/iOS-color-wheel",
"license": {
"type": "MIT",
"text": " \t \tBy: Justin Meiners\n \t \tCopyright (c) 2013 Inline Studios\n \t \tLicensed under the MIT license: http://www.opensource.org/licenses/mit-license.php\n\t\t\n"
},
"authors": {
"Justin Meiners": "justin.meiners@gmail.com"
},
"source": {
"git": "https://github.com/narpas/iOS-color-wheel.git",
"tag": "v0.1"
},
"platforms": {
"ios": "5.1"
},
"source_files": "Source/",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"requires_arc": false
}