[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 6 / e / IOSLinkedInAPI / 1.0.0 / IOSLinkedInAPI.podspec.json
blobb0df641c772328fd9aa230518aaa484254b86397
2   "name": "IOSLinkedInAPI",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "IOS LinkedIn API capable of accessing LinkedIn using oauth2. Using a UIWebView to fetch the authorization code.",
6   "homepage": "https://github.com/jeyben/IOSLinkedInAPI",
7   "authors": {
8     "Jacob von Eyben": "jacobvoneyben@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/jeyben/IOSLinkedInAPI.git",
12     "tag": "1.0.0"
13   },
14   "source_files": "IOSLinkedInAPI",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0"
18   },
19   "dependencies": {
20     "AFNetworking": [
21       "~> 1.3.3"
22     ]
23   }