[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / 5 / c / e / datamuse-swift / 0.0.5 / datamuse-swift.podspec.json
bloba8b948bcca75167f444efa3d5769d1c01da37c48
2   "name": "datamuse-swift",
3   "version": "0.0.5",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A datamuse api swift wrapper without dependencies",
9   "homepage": "http://ezefranca.com",
10   "social_media_url": "ttps://github.com/ezefranca/datamuse-swift",
11   "authors": {
12     "Ezequiel França": "ezequiel.ifsp@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ezefranca/datamuse-swift.git",
16     "tag": "0.0.5"
17   },
18   "platforms": {
19     "ios": "9.3",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "4.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "pushed_with_swift_version": "4.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/**/*.swift",
31       "frameworks": "Foundation"
32     }
33   ]