[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / 8 / 4 / PFLinkedInUtils / 0.1.8 / PFLinkedInUtils.podspec.json
blob2279ee155fef16c70b2f67c97e69d9f098378e1c
2   "name": "PFLinkedInUtils",
3   "version": "0.1.8",
4   "summary": "The PFLinkedInUtils class provides utility functions for working with LinkedIn in a Parse application.",
5   "description": "The PFLinkedInUtils class provides utility functions for working with LinkedIn in a Parse application.\n\nThis class is currently for iOS only.\n\n![PFLinkedInUtils Screenshot](https://raw.githubusercontent.com/alexruperez/PFLinkedInUtils/master/screenshot.png)",
6   "homepage": "https://github.com/alexruperez/PFLinkedInUtils",
7   "screenshots": "https://raw.githubusercontent.com/alexruperez/PFLinkedInUtils/master/screenshot.png",
8   "license": "MIT",
9   "authors": {
10     "alexruperez": "contact@alexruperez.com"
11   },
12   "source": {
13     "git": "https://github.com/alexruperez/PFLinkedInUtils.git",
14     "tag": "0.1.8"
15   },
16   "social_media_url": "https://twitter.com/alexruperez",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes",
22   "resource_bundles": {
23     "PFLinkedInUtils": [
24       "Pod/Assets/*.png"
25     ]
26   },
27   "dependencies": {
28     "Parse": [
29       "~> 1.8"
30     ],
31     "IOSLinkedInAPI": [
32       "~> 2.0"
33     ]
34   }