[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / f / 2 / PXQLinkedIn / 0.3 / PXQLinkedIn.podspec.json
blob47227430af955c6ad0c8ae1c02ca30f9f4e55139
2   "name": "PXQLinkedIn",
3   "version": "0.3",
4   "summary": "PXQLinkedIn is a tiny iOS library for LinkedIn integration based on the LIALinkedIn library.",
5   "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",
6   "homepage": "https://github.com/saorsa/saorsa.PXQLinkedIn",
7   "license": "MIT",
8   "authors": {
9     "Atanas Dragolov": "atanas.dragolov@saorsa.bg"
10   },
11   "source": {
12     "git": "https://github.com/saorsa/saorsa.PXQLinkedIn.git",
13     "tag": "0.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PXQLinkedIn": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.3"
28     ]
29   }