blob: 1ffb1c59159dd1a248c784cadbae45fb98be15ca [file] [log] [blame]
{
"name": "PFLinkedInUtils",
"version": "0.1.1",
"summary": "The PFLinkedInUtils class provides utility functions for working with LinkedIn in a Parse application.",
"description": "\t\t\t\t\t\t\t\t\t\t\t The PFLinkedInUtils class provides utility functions for working with LinkedIn in a Parse application.\n\n\t\t\t\t\t\t\t\t\t\t\t This class is currently for iOS only.\n\n\t\t\t\t\t\t\t\t\t\t\t ![PFLinkedInUtils Screenshot](https://raw.githubusercontent.com/alexruperez/PFLinkedInUtils/master/screenshot.png)\n",
"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.1"
},
"social_media_url": "https://twitter.com/alexruperez",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"PFLinkedInUtils": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Parse": [
"~> 1.5"
],
"IOSLinkedInAPI": [
"~> 2.0"
]
}
}