| { |
| "name": "PagerView", |
| "version": "0.0.1", |
| "summary": "PagerView", |
| "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": "http://www.xiachufang.com", |
| "license": "MIT", |
| "authors": { |
| "cikelengfeng": "cikelengfeng@gmail.com" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source": { |
| "git": "git@github.com:xiachufang/PagerView.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "Classes/**/*.{h,m}", |
| "exclude_files": "Classes/Exclude", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true |
| } |