blob: ad3f33f2d44418c68c83990febba7beacaf08d0e [file] [log] [blame]
{
"name": "IOSLinkedInAPI",
"version": "0.0.3",
"license": "MIT",
"summary": "IOS LinkedIn API capable of accessing LinkedIn using oauth2. Using a UIWebView to fetch the authorization code.",
"homepage": "https://github.com/jeyben/IOSLinkedInAPI",
"authors": {
"Jacob von Eyben": "jacobvoneyben@gmail.com"
},
"source": {
"git": "https://github.com/jeyben/IOSLinkedInAPI.git",
"tag": "0.0.3"
},
"source_files": "IOSLinkedInAPI",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"dependencies": {
"AFNetworking": [
"~> 1.2.1"
]
}
}