| { |
| "name": "BASwiftExtensions", |
| "version": "0.1.0", |
| "summary": "Swift Extensions", |
| "homepage": "https://gitlab.com/brkakkaya/swift-extensions", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Burak AKKAYA": "brk.akkaya@gmail.com" |
| }, |
| "source": { |
| "git": "https://gitlab.com/brkakkaya/swift-extensions.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "requires_arc": true, |
| "pod_target_xcconfig": { |
| "DEFINES_MODULE": "YES" |
| }, |
| "static_framework": true, |
| "source_files": "Extension/**/*.swift" |
| } |