blob: d96f982e12cacc0512ba12ecd9ccf94f64222e88 [file] [log] [blame]
{
"name": "Survey",
"version": "2.0",
"summary": "Survey is a library to simplify the process of creating and validating forms. This library is loosely based on CoreData and Django forms.",
"homepage": "http://github.com/wess/Survey",
"license": "MIT",
"authors": {
"Wess Cope": "wcope@me.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/wess/Survey.git",
"tag": "2.0"
},
"source_files": "Survey/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit"
}