blob: a2a1a57e44fa6abb5fd9603d3ed9be455845b9d7 [file] [log] [blame]
{
"name": "PagerView",
"version": "0.0.4",
"summary": "The PagerView is compatible with AutoLayout and iDevice Rotation",
"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/xiachufang/PagerView",
"license": "MIT",
"authors": {
"cikelengfeng": "cikelengfeng@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/xiachufang/PagerView.git",
"tag": "0.0.4"
},
"source_files": "Classes/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}