blob: ecacc535cf0aec4400abcb17c5321ea0da5358fd [file] [log] [blame]
{
"name": "EasyForm",
"version": "0.1.3",
"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.3"
},
"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"
}
]
}