| { |
| "name": "MSMarksButtonList", |
| "version": "0.1.0", |
| "summary": "a list of button,like collection view", |
| "description": "This CocoaPod provides the ability to use a button list just like a UICollectionView", |
| "homepage": "https://github.com/robert121/MSMarksButtonList", |
| "license": "MIT", |
| "authors": { |
| "夏敏": "min.xia@mishi.cn" |
| }, |
| "source": { |
| "git": "https://github.com/robert121/MSMarksButtonList.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "MSMarksButtonList": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "frameworks": "UIKit" |
| } |