[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 6 / e / IOSLinkedInAPI / 0.0.3 / IOSLinkedInAPI.podspec.json
blobad3f33f2d44418c68c83990febba7beacaf08d0e
2   "name": "IOSLinkedInAPI",
3   "version": "0.0.3",
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": "0.0.3"
13   },
14   "source_files": "IOSLinkedInAPI",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0"
18   },
19   "dependencies": {
20     "AFNetworking": [
21       "~> 1.2.1"
22     ]
23   }