[Add] SwiftCoreData 0.6.2
[CocoaPods.git] / Specs / 9 / 6 / e / SimpleOAuth2 / 0.0.2 / SimpleOAuth2.podspec.json
blob2bb59e498d59ec60a6422098bc18cf9550e5facf
2   "name": "SimpleOAuth2",
3   "version": "0.0.2",
4   "summary": "A Simple OAuth2 Helper.",
5   "homepage": "https://github.com/rbaumbach/SimpleOAuth2",
6   "license": {
7     "type": "MIT",
8     "file": "MIT-LICENSE.txt"
9   },
10   "authors": {
11     "Ryan Baumbach": "rbaumbach.github@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/rbaumbach/SimpleOAuth2.git",
15     "tag": "0.0.2"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "public_header_files": [
22     "SimpleOAuth2/Source/SimpleOAuth2.h",
23     "SimpleOAuth2/Source/SimpleOAuth2AuthenticationManager.h",
24     "SimpleOAuth2/Source/NSURLRequest+SimpleOAuth2.h",
25     "SimpleOAuth2/Source/TokenParameters.h"
26   ],
27   "source_files": "SimpleOAuth2/Source/*.{h,m}",
28   "frameworks": "Foundation",
29   "dependencies": {
30     "AFNetworking": [
31       "~> 2.0"
32     ]
33   }