blob: 5a60bfa6b6ea7b0dc1dfaa2d7bde5cf0d20117bb [file] [log] [blame]
{
"name": "DXSelectionControl",
"version": "0.0.1",
"summary": "Abstract selection control for iOS",
"description": " A longer description of iOSCommon 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/cikelengfeng/DXSelectionControl",
"license": "MIT",
"authors": {
"cikelengfeng": "cikelengfeng@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/cikelengfeng/DXSelectionControl.git",
"tag": "0.0.1"
},
"source_files": "Classes/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}