blob: 9c9fb9c1cdd50404acd3fda35e81b58e37851e4d [file] [log] [blame]
{
"name": "LinkedinSwift",
"version": "0.9",
"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": "0.9"
},
"source_files": "LinkedinSwift/LinkedinSwift/sources/*.*",
"preserve_paths": "linkedin-sdk.framework",
"public_header_files": "linkedin-sdk.framework/Versions/A/Headers/LISDK.h",
"vendored_frameworks": "linkedin-sdk.framework",
"requires_arc": true,
"dependencies": {
"IOSLinkedInAPI": [
">= 2.0.0"
]
}
}