blob: 1ad648c0652918b3c1d7b8326713f4e24b83b3f2 [file] [log] [blame]
{
"name": "UDClient",
"version": "0.1.1",
"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": "9.0"
},
"requires_arc": "true",
"source": {
"git": "https://github.com/omaralbeik/UDClient.git",
"tag": "0.1.1"
},
"source_files": "Sources/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"dependencies": {
"AlamofireObjectMapper": [
"~> 4.1"
],
"GraphQLicious": [
"~> 0.8"
],
"JWTDecode": [
"~> 2.0"
],
"SwiftyJSON": [
"~> 3.1"
],
"SwifterSwift": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}