| { |
| "name": "SimpleTable", |
| "version": "0.0.1", |
| "summary": "The most simple table manager for swift!", |
| "description": "This CocoaPods library helps you manage Table View.", |
| "homepage": "https://github.com/vladbelov/SimpleTable", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Vladislav Belov": "com.belov@gmail.com" |
| }, |
| "platforms": { |
| "ios": "12.1" |
| }, |
| "swift_versions": "4.2", |
| "source": { |
| "git": "https://github.com/vladbelov/SimpleTable.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "SimpleTable/**/*.{h,m,swift}", |
| "swift_version": "4.2" |
| } |