blob: 9e9f4f4761cda5d060c3dfd8c245b1ebbff7c798 [file] [log] [blame]
{
"name": "SSBaseClass",
"version": "0.2.0",
"summary": "Basic Customisation for UIControls",
"description": "Using IB_Designable and IBInspectable to custom UIControls using boilerplate code.",
"homepage": "https://github.com/shwetsolanki/SSBaseClass",
"license": "MIT",
"authors": {
"Shwet Solanki": "me@shwet.net"
},
"source": {
"git": "https://github.com/shwetsolanki/SSBaseClass.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/shwetsolanki",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SSBaseClass": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"SZTextView": [
],
"HexColors": [
]
}
}