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