| { |
| "name": "ParseSDKExtensions", |
| "version": "0.5.0", |
| "summary": "Extensions and design patterns for building better apps with Parse-SDK-iOS", |
| "description": "This library provides Swift extensions, utilities and useful design patterns when building scalable and easy to maintain\nmobile applications with the Parse-SDK-iOS-OSX.", |
| "homepage": "https://github.com/modernistik/ParseSDKExtensions", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Anthony Persaud": "contact@modernistik.com" |
| }, |
| "source": { |
| "git": "https://github.com/modernistik/ParseSDKExtensions.git", |
| "tag": "0.5.0" |
| }, |
| "swift_versions": "5.0", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "dependencies": { |
| "Modernistik": [ |
| "~> 0.5" |
| ], |
| "Parse": [ |
| ">= 1.17.2" |
| ], |
| "TimeZoneLocate": [ |
| ">= 0.4" |
| ] |
| }, |
| "source_files": "ParseSDKExtensions/Classes/**/*", |
| "swift_version": "5.0" |
| } |