blob: 77360aa936dddcc0bec0c9b0eb4622b0b7732438 [file] [log] [blame]
{
"name": "EasyForm",
"version": "0.1.5",
"summary": "UITableView-based declarative form constructor.",
"description": "`UITableView`-based wrapper for easily creating forms in declarative style.",
"homepage": "https://github.com/setoff/EasyForm",
"license": "MIT",
"authors": {
"Ilya Sedov": "i.setoff@gmail.com"
},
"source": {
"git": "https://github.com/setoff/EasyForm.git",
"tag": "0.1.5"
},
"social_media_url": "https://twitter.com/cdog_ya",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "EasyForm/Core/**/*.{h,m,c}",
"frameworks": "UIKit"
},
{
"name": "Cells",
"source_files": "EasyForm/Cells/**/*.{h,m,c}",
"frameworks": "UIKit"
},
{
"name": "Tools",
"source_files": "EasyForm/Tools/**/*.{h,m,c}",
"frameworks": "UIKit"
}
]
}