blob: 248274d796a3527fba75382b719cf538ba2b83b6 [file] [log] [blame]
{
"name": "PFLinkedInUtils",
"version": "0.1.9",
"summary": "The PFLinkedInUtils class provides utility functions for working with LinkedIn in a Parse application.",
"description": "The PFLinkedInUtils class provides utility functions for working with LinkedIn in a Parse application.\n\nThis class currently supports iOS only.\n\n![PFLinkedInUtils Screenshot](https://raw.githubusercontent.com/alexruperez/PFLinkedInUtils/master/screenshot.png)",
"homepage": "https://github.com/alexruperez/PFLinkedInUtils",
"screenshots": "https://raw.githubusercontent.com/alexruperez/PFLinkedInUtils/master/screenshot.png",
"license": "MIT",
"authors": {
"alexruperez": "contact@alexruperez.com"
},
"source": {
"git": "https://github.com/alexruperez/PFLinkedInUtils.git",
"tag": "0.1.9"
},
"social_media_url": "https://twitter.com/alexruperez",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"ios": {
"vendored_frameworks": "Pod/Frameworks/linkedin-sdk.framework"
},
"dependencies": {
"Parse": [
"~> 1.8"
],
"IOSLinkedInAPI": [
"~> 2.0"
],
"AFNetworking": [
"~> 2.0"
]
}
}