blob: cfe7bc0ac602fd8d1fa23f35c8599ad90f53e105 [file] [log] [blame]
{
"name": "LGViews",
"version": "1.0.0",
"platforms": {
"ios": "6.0"
},
"license": "MIT",
"homepage": "https://github.com/Friend-LGA/LGViews",
"authors": {
"Grigory Lutkov": "Friend.LGA@gmail.com"
},
"source": {
"git": "https://github.com/Friend-LGA/LGViews.git",
"tag": "1.0.0"
},
"summary": "Classes extends abilities of UILabel, UIButton, UITextField and UITextView",
"requires_arc": true,
"source_files": "LGViews/*.{h,m}",
"subspecs": [
{
"name": "LGButton",
"source_files": "LGViews/LGButton/*.{h,m}"
},
{
"name": "LGLabel",
"source_files": "LGViews/LGLabel/*.{h,m}"
},
{
"name": "LGTextField",
"source_files": "LGViews/LGTextField/*.{h,m}"
},
{
"name": "LGTextView",
"source_files": "LGViews/LGTextView/*.{h,m}"
}
]
}