blob: d308cd23281ccee027161a5edd17888c00d3bf36 [file] [log] [blame]
{
"name": "MYSForms",
"version": "0.0.2",
"summary": "Easily build forms on ios 7+.",
"description": " A longer description of MYSForms in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/mysterioustrousers/MYSForms",
"license": "MIT",
"authors": {
"Adam Kirk": "atomkirk@gmail.com"
},
"social_media_url": "http://twitter.com/atomkirk",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/mysterioustrousers/MYSForms.git",
"tag": "0.0.2",
"submodules": true
},
"source_files": [
"MYSForms/MYSForms/**/*.{h,m}",
"libs/MYSCollectionView/**/*.{h,m}"
],
"resource_bundles": {
"MYSForms": "MYSForms/MYSForms/**/*.png"
},
"resources": "MYSForms/MYSForms/**/*.xib",
"requires_arc": true
}