[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 5 / c / MediumSDKSwift / 0.1.1 / MediumSDKSwift.podspec.json
blob76d4be78069398d1e171af115ebf256e3acf8859
2   "name": "MediumSDKSwift",
3   "version": "0.1.1",
4   "summary": "A swift SDK for Medium's OAuth2 API https://medium.com",
5   "homepage": "https://github.com/96-problems/medium-sdk-swift",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "drinkius": "telegin.alexander@gmail.com",
11     "ferbass": "ferbass@gmail.com",
12     "ndethore": "nicolas.dethore@gmail.com"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/96-problems/medium-sdk-swift.git",
20     "tag": "0.1.1"
21   },
22   "source_files": "medium-sdk-swift/*.swift",
23   "dependencies": {
24     "OAuthSwift": [
25       "~> 1.0"
26     ],
27     "SwiftyJSON": [
28       "~> 3.1"
29     ],
30     "Alamofire": [
31       "~> 4.0"
32     ]
33   },
34   "pushed_with_swift_version": "3.0"