blob: b56d34f6965ef86a33111d38f7bb25c257dd8e03 [file] [log] [blame]
{
"name": "IOSLinkedInAPIFix",
"version": "2.0.2",
"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.2"
},
"source_files": "IOSLinkedInAPI",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"dependencies": {
"AFNetworking": [
">= 2.0.0"
]
}
}