| { |
| "name": "DataSorcery", |
| "version": "0.7.1", |
| "summary": "Conjure UITableViews and UICollectionViews out of thin air", |
| "description": "Sorcery is an embedded DSL for declaratively constructing UITableViews and UICollectionViews.", |
| "homepage": "https://github.com/adamcumiskey/Sorcery", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Adam Cumiskey": "adam.cumiskey@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/adamcumiskey/Sorcery.git", |
| "tag": "0.7.1" |
| }, |
| "platforms": { |
| "ios": "9.3" |
| }, |
| "swift_versions": "4.0", |
| "source_files": "DataSorcery/**/*.swift", |
| "swift_version": "4.0" |
| } |