[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 0 / 6 / e / IOSLinkedInAPI / 0.0.4 / IOSLinkedInAPI.podspec.json
blob32f73625113e427b63cd0fde5504dbe3e99519c1
2   "name": "IOSLinkedInAPI",
3   "version": "0.0.4",
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.4"
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   }