| { |
| "name": "AlExtensions", |
| "version": "0.2.0", |
| "summary": "Useful extensions for Swift.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/applogistdev/AL-Extensions", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "sonifex": "soner.guler@applogist.com", |
| "ahmetsina": "asend.ustem@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/applogistdev/AL-Extensions.git", |
| "tag": "0.2.0" |
| }, |
| "swift_versions": "5", |
| "platforms": { |
| "ios": "9.3" |
| }, |
| "source_files": "AlExtensions/Classes/**/*", |
| "frameworks": "UIKit", |
| "swift_version": "5" |
| } |