| { |
| "name": "ReusableViewKit", |
| "version": "1.0.0", |
| "swift_version": "4.2", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "homepage": "https://github.com/eMdOS/ReusableViewKit", |
| "authors": { |
| "eMdOS": "emilio.ojeda.mendoza@gmail.com" |
| }, |
| "summary": "A useful framework with extensions and utilities for making development easier.", |
| "source": { |
| "git": "https://github.com/eMdOS/ReusableViewKit.git", |
| "tag": "1.0.0" |
| }, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "default_subspecs": "Core", |
| "source_files": "framework/ReusableViewKit.h", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "framework/sources/core/**/*.{swift}" |
| }, |
| { |
| "name": "TableViewSection", |
| "source_files": "framework/sources/table view section/*.{swift}" |
| } |
| ] |
| } |