| { |
| "name": "BFPaperCheckbox", |
| "version": "1.2.7", |
| "summary": "iOS Checkboxes inspired by Google's Paper Material Design.", |
| "homepage": "https://github.com/bfeher/BFPaperCheckbox", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Bence Feher": "ben.feher@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/bfeher/BFPaperCheckbox.git", |
| "tag": "1.2.7" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "dependencies": { |
| "UIColor+BFPaperColors": [ |
| |
| ] |
| }, |
| "source_files": "Classes/*.{h,m}", |
| "requires_arc": true |
| } |