| { |
| "name": "CustomXibView", |
| "version": "1.0.0", |
| "summary": "A simple way to reuse views created in xibs.", |
| "homepage": "https://github.com/Peterek/custom-xib-view", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Piotr Więcaszek": "pwiecaszek@example.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/Peterek/custom-xib-view.git", |
| "tag": "1.0.0", |
| "submodules": true |
| }, |
| "source_files": "Sources/**/*", |
| "frameworks": "UIKit", |
| "pushed_with_swift_version": "3.0" |
| } |