[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 9 / b / XNGOAuth1Client / 0.0.1 / XNGOAuth1Client.podspec.json
blob5a268f91e68580dbde03dfbae6be90edce65ce1f
2   "name": "XNGOAuth1Client",
3   "version": "0.0.1",
4   "license": "MIT",
5   "platforms": {
6     "ios": "6.0",
7     "osx": "10.8"
8   },
9   "summary": "A OAuth1 client based on AFNetworking 2.0 for use in the XNGAPIClient",
10   "authors": {
11     "XING iOS Team": "iphonedev@xing.com"
12   },
13   "source": {
14     "git": "https://github.com/xing/XNGOAuth1Client.git",
15     "tag": "0.0.1"
16   },
17   "source_files": "XNGOAuth1Client/*.{h,m}",
18   "requires_arc": true,
19   "homepage": "https://www.xing.com",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 2.0.3"
23     ]
24   },
25   "frameworks": "Security"