blob: c8fed106810f34ddc8f2dc9b1417326df1f8bfe2 [file] [log] [blame]
{
"name": "IOSLinkedInAPIFix1",
"version": "2.0.6",
"license": "MIT",
"summary": "IOS LinkedIn API capable of accessing LinkedIn using oauth2. Using a UIWebView 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.6"
},
"source_files": "IOSLinkedInAPI",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"dependencies": {
"AFNetworking": [
">= 3.0.0"
]
}
}