blob: c7cc5c043306fc2a336031dfcc7454a943038435 [file] [log] [blame]
{
"name": "LinkedInSignIn",
"version": "0.0.6",
"summary": "Small swift library which help easy get access token from linkedin.com.",
"description": "Simple view controller writed on pure Swift to login and retrieve access token from linkedin.com",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"homepage": "https://github.com/serhii-londar/LinkedInSignIn",
"screenshots": [
"https://i.imgur.com/R8haoKu.png",
"https://i.imgur.com/QzjcjDR.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Serhii Londar": "serhii.londar@gmail.com"
},
"source": {
"git": "https://github.com/serhii-londar/LinkedInSignIn.git",
"tag": "0.0.6"
},
"social_media_url": "https://twitter.com/serhii_londar",
"platforms": {
"ios": "9.0"
},
"source_files": "LinkedInSignIn/Classes/**/*",
"resources": "LinkedInSignIn/**/*.storyboard",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"MBProgressHUD": [
"~> 0.9"
]
},
"pushed_with_swift_version": "4.0"
}