blob: 1f981e019bce71b1c80a00e2bb39c87b9b0754e7 [file] [log] [blame]
{
"name": "MYSForms",
"version": "0.1.0",
"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.1.0"
},
"source_files": "MYSForms/MYSForms/**/*.{h,m}",
"resource_bundles": {
"MYSForms": [
"MYSForms/MYSForms/**/*.png",
"MYSForms/MYSForms/**/*.xib"
]
},
"requires_arc": true
}