blob: 3bee377f7b52150d3995270f31ccb472d11f827b [file] [log] [blame]
{
"name": "FormTableView",
"version": "0.6.2",
"summary": "Simple Forms and LinearLayout",
"description": "Either create forms in a flash or use it as a linear layout with some great built in functionality.",
"homepage": "https://github.com/JamieREvans/FormTableView",
"license": "MIT",
"authors": {
"Jamie Riley Evans": "jamie.riley.evans@gmail.com"
},
"source": {
"git": "https://github.com/JamieREvans/FormTableView.git",
"tag": "0.6.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"UIKitPlus": [
"~> 1.0"
]
},
"subspecs": [
{
"name": "Basic",
"source_files": "Pod/Classes/*.{h,m}"
},
{
"name": "FormViews",
"dependencies": {
"FormTableView/Basic": [
]
},
"source_files": "Pod/Classes/Form Views/*.{h,m}"
}
]
}