blob: c8954f1a9d5f41edda983a35a14ff112da6e3d78 [file] [log] [blame]
{
"name": "IOSLinkedInAPIFix1",
"version": "2.0.7",
"license": "MIT",
"summary": "IOS LinkedIn API capable of accessing LinkedIn using oauth2. Using a WKWebView to fetch the authorization code.",
"homepage": "https://github.com/tonyli508/IOSLinkedInAPI",
"authors": {
"Jacob von Eyben": "jacobvoneyben@gmail.com",
"Eduardo Fonseca": "hello@eduardo-fonseca.com",
"Li Jiantang": "tonyli508@gmail.com"
},
"source": {
"git": "https://github.com/tonyli508/IOSLinkedInAPI.git",
"tag": "2.0.7"
},
"source_files": "IOSLinkedInAPI",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"dependencies": {
"AFNetworking": [
">= 3.0.0"
]
}
}