| { |
| "name": "SwiftCommonsAbstractions", |
| "summary": "The core abstractions and public protocols used for iOS application development.", |
| "version": "1.2.5", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "cocoapods_version": ">= 1.4.0", |
| "static_framework": true, |
| "swift_version": "4.0", |
| "homepage": "https://github.com/roxiemobile/swift-commons.ios", |
| "authors": { |
| "Roxie Mobile Ltd.": "sales@roxiemobile.com", |
| "Alexander Bragin": "bragin-av@roxiemobile.com" |
| }, |
| "license": "BSD-4-Clause", |
| "source": { |
| "git": "https://github.com/roxiemobile/swift-commons.ios.git", |
| "tag": "1.2.5" |
| }, |
| "source_files": "Modules/RoxieMobile.SwiftCommons/Sources/Abstractions/{Sources,Dependencies}/**/*.swift", |
| "pod_target_xcconfig": { |
| "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SWIFTCOMMONS_FRAMEWORK_VERSION=@\\\"1.2.5\\\"" |
| } |
| } |