blob: 63c20d40d1cce1bc2df943fb616a21282e0c9522 [file] [log] [blame]
{
"name": "CRRulerControl",
"version": "1.0.0",
"summary": "A CocoaPod that simplifies the process of setting and reading values from the ruler. Supplied with UIControl subclass.",
"description": "A CocoaPod that simplifies the process of setting and reading values from the ruler. Supplied with UIControl subclass.",
"homepage": "https://github.com/Cleveroad/CRRulerControl",
"screenshots": [
"https://raw.githubusercontent.com/Cleveroad/CRRulerControl/master/images/header.jpg",
"https://raw.githubusercontent.com/Cleveroad/CRRulerControl/master/images/demo.gif"
],
"license": "MIT",
"authors": {
"Sergey": "Chuchukalo.cr@gmail.com"
},
"source": {
"git": "https://github.com/Cleveroad/CRRulerControl.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "CRRulerControl/Classes/**/*.{h,m}"
}