blob: 422e20cb2a2253bbeb901fa24eede8071dd8230b [file] [log] [blame]
{
"name": "EasyForm",
"version": "0.1.2",
"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.2"
},
"social_media_url": "https://twitter.com/cdog_ya",
"platforms": {
"ios": "7.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"
}
]
}