| { |
| "name": "AzureMobile", |
| "version": "0.4.4", |
| "summary": "Microsoft Azure client SDK for iOS.", |
| "description": "Microsoft Azure client SDK for iOS, macOS, watchOS, tvOS.", |
| "homepage": "https://github.com/Azure/Azure.iOS", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "Microsoft Azure", |
| "source": { |
| "git": "https://github.com/Azure/Azure.iOS.git", |
| "tag": "v0.4.4" |
| }, |
| "dependencies": { |
| "AzureData": [ |
| "0.4.4" |
| ] |
| }, |
| "swift_versions": "5.0", |
| "source_files": "AzureMobile/Source/*.{swift,h,m}", |
| "platforms": { |
| "ios": "10.0", |
| "osx": "10.12", |
| "tvos": "10.0", |
| "watchos": "3.0" |
| }, |
| "swift_version": "5.0" |
| } |