blob: 9d3dbdd75be2f4f76892df3aee1dab818bb368b5 [file] [log] [blame]
{
"name": "PXQLinkedIn",
"version": "0.1",
"summary": "PXQLinkedIn is a tiny iOS library for LinkedIn integration based on the LIALinkedIn library.",
"description": " The PXQLinkedIn library provides for a more extensive customation of the LinkedIn authorization views.\n It also decouples the UI from the business logic associated with LinkedIn authorization.\n",
"homepage": "https://github.com/saorsa/saorsa.PXQLinkedIn",
"license": "MIT",
"authors": {
"Atanas Dragolov": "atanas.dragolov@saorsa.bg"
},
"source": {
"git": "https://github.com/saorsa/saorsa.PXQLinkedIn.git",
"tag": "0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PXQLinkedIn": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}