[Add] TPNNendSDKAdapter 6.4.35
[CocoaPods.git] / Specs / 4 / e / a / JBDScaleway / 0.0.1 / JBDScaleway.podspec.json
blob66d4b2c9a7978fe4c6886911dad2d181ff6dd086
2   "name": "JBDScaleway",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "iOS Framework for Scaleway API",
9   "homepage": "https://github.com/jbdujardin/JBDScaleway",
10   "social_media_url": "https://twitter.com/jbdujardin",
11   "authors": {
12     "Jean-Baptiste Dujardin": "contact@jbdujardin.com"
13   },
14   "source": {
15     "git": "https://github.com/jbdujardin/JBDScaleway.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "dependencies": {
27     "AlamofireObjectMapper": [
28       "~> 5.0.0"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Sources/Core/*.swift",
35       "frameworks": "Foundation"
36     }
37   ]