| { |
| "name": "ErrorKing", |
| "version": "0.1.3", |
| "summary": "Swift Lib to make displaying errors and emptyState screens a very easy task", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/kingrocha/ErrorKing", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "kingrocha": "brunorochaesilva@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/kingrocha/ErrorKing.git", |
| "branch": "master", |
| "tag": "0.1.3" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Sources/Classes/**/*", |
| "resource_bundles": { |
| "ErrorKing": [ |
| "Sources/Assets/EKAssets.xcassets" |
| ] |
| } |
| } |