| { |
| "name": "AwesomeUtilities", |
| "version": "1.2.0", |
| "summary": "Swift Common Utilities", |
| "description": "Swift Common Utilities.", |
| "homepage": "https://github.com/lucianopolit/Utilities", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Luciano Polit": "lucianopolit@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/lucianopolit/Utilities.git", |
| "tag": "1.2.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "swift_versions": "5.0", |
| "default_subspecs": [ |
| "Core", |
| "Extensions" |
| ], |
| "swift_version": "5.0", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Source/Core/*.swift" |
| }, |
| { |
| "name": "Extensions", |
| "source_files": "Source/Extensions/*.swift", |
| "dependencies": { |
| "AwesomeUtilities/Core": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Tests", |
| "source_files": "Source/Tests/*.swift", |
| "dependencies": { |
| "AwesomeUtilities/Core": [ |
| |
| ] |
| } |
| } |
| ] |
| } |