| { |
| "name": "ATSGPodLibrary", |
| "version": "1.0.0", |
| "summary": "Pod creation example.", |
| "description": "This library is an example of creation pod.", |
| "homepage": "https://github.com/asgapps/ATSGPodLibrary", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Antonio Serrano Gomez": "serranogomezantonio@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/asgapps/ATSGPodLibrary.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "ATSGPodLibrary/Utils.swift", |
| "frameworks": "UIKit", |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |