blob: 443212fc23aac8e1c646495352d341c052d316bf [file] [log] [blame]
{
"name": "TTOBGradientView",
"version": "0.1.0",
"summary": "A port of https://github.com/ole/OBGradientView to CocoaPods",
"description": "A port of https://github.com/ole/OBGradientView to CocoaPods. The original class has been preserved; all I've really done is add a PODSpec.",
"homepage": "https://github.com/dhiraj/TTOBGradientView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dhiraj Gupta": "development@traversient.com"
},
"source": {
"git": "https://github.com/dhiraj/TTOBGradientView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/dhiraj",
"platforms": {
"ios": "6.0"
},
"source_files": "TTOBGradientView/Classes/**/*",
"public_header_files": "TTOBGradientView/Classes/**/*.h"
}