[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / 5 / c / MediumSDKSwift / 0.0.1 / MediumSDKSwift.podspec.json
bloba57f6cb2e81b06ae79238ae913bf8968bd9e1eba
2   "name": "MediumSDKSwift",
3   "version": "0.0.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     "osx": "10.10",
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/96-problems/medium-sdk-swift.git",
21     "tag": "0.0.1"
22   },
23   "source_files": "medium-sdk-swift/*.swift",
24   "dependencies": {
25     "OAuthSwift": [
26       "~> 0.5.2"
27     ],
28     "SwiftyJSON": [
29       "2.3.2"
30     ],
31     "Alamofire": [
32       "~> 3.4"
33     ]
34   }