blob: e4e78a300f3a9895d932d78850499da1ccaf9eb1 [file] [log] [blame]
{
"name": "AGToggleFieldSetView",
"version": "0.1",
"summary": "Control to toggle rows between two UITableViews",
"description": " A longer description of AGToggleFieldSet 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/lanserxt/AGToggleFieldSetView",
"license": "MIT",
"authors": {
"Anton Gubarenko": "anton.gubarenko.dev@gmail.com"
},
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/lanserxt/AGToggleFieldSetView.git",
"tag": "0.1"
},
"source_files": [
"AGToggleFieldSetView",
"AGToggleFieldSetView/*.{h,m}"
],
"public_header_files": "AGToggleFieldSetView/*.h",
"requires_arc": true
}