| { |
| "name": "DT.Core.iOS", |
| "version": "1.0.3", |
| "license": "MIT", |
| "summary": "The set of extensions, frames, sources and other things that could be useful in iOS app development.", |
| "homepage": "https://github.com/DreamTeamMobile/dt-ios-core", |
| "authors": { |
| "DreamTeam Mobile": "dta@dreamteam-mobile.com" |
| }, |
| "source": { |
| "git": "https://github.com/DreamTeamMobile/dt-ios-core.git", |
| "tag": "1.0.3" |
| }, |
| "documentation_url": "https://github.com/DreamTeamMobile/dt-ios-core/blob/master/README.md", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_versions": [ |
| "5.0", |
| "5.1" |
| ], |
| "source_files": "Source/**/*.swift", |
| "swift_version": "5.1" |
| } |