blob: 7ca9a4220e529617ac1f6118d1525e35712f8842 [file] [log] [blame]
{
"name": "UserFriendlyTable",
"version": "0.0.1",
"summary": "Library for iOS to work with table view, frees you from writing the same code.",
"description": " A longer description of UserFriendlyTable 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://bitbucket.org/AdMeen89/user-friendly-table-ios",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "license"
},
"authors": {
"Zamogilin Andrey": "AdMeen89@gmail.com"
},
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://bitbucket.org/AdMeen89/user-friendly-table-ios",
"tag": "0.0.1"
},
"source_files": [
"UFTableView/Library",
"UFTableView/Library/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}