blob: 37874ab1e39f5f7bb0c6ccd92d6a079871e0a690 [file] [log] [blame]
{
"name": "Survey",
"version": "0.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": null
},
"source": {
"git": "https://github.com/wess/Survey.git",
"tag": "0.2.0"
},
"source_files": "Survey/Classes/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit"
}