blob: 4d2e5ab4c59d97e7c8202ff6c246b346c9829542 [file] [log] [blame]
{
"name": "LinkedinSwift",
"version": "1.6.6",
"summary": "Linkedin Oauth Helper, depend on Linkedin Native App installed or not, using Linkdin IOS SDK or UIWebView to login, support Swift with iOS 7",
"homepage": "https://github.com/tonyli508/LinkedinSwift.git",
"social_media_url": "https://twitter.com/tonyli508",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Li Jiantang": "tonyli508@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/tonyli508/LinkedinSwift.git",
"tag": "1.6.6"
},
"source_files": "LinkedinSwift/LinkedinSwift/sources/*.*",
"preserve_paths": "linkedin-sdk.framework",
"vendored_frameworks": "linkedin-sdk.framework",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
">= 2.6.3"
],
"IOSLinkedInAPIFix": [
">= 2.0.3"
]
}
}