| { |
| "name": "UDClient", |
| "version": "0.3.0", |
| "summary": "Super easy to use Udacity Auth and Classroom APIs client for iOS", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "homepage": "https://github.com/omaralbeik/UDClient", |
| "authors": { |
| "Omar Albeik": "omaralbeik@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/omaralbeik", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/omaralbeik/UDClient.git", |
| "tag": "0.3.0" |
| }, |
| "source_files": "Sources/**/*.swift", |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "4.0" |
| }, |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.5" |
| ] |
| }, |
| "pushed_with_swift_version": "4.0" |
| } |