[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / f / 3 / Multipart / 0.1.0 / Multipart.podspec.json
blobf455f057942750ea4f577cc8e310521b308e567c
2   "name": "Multipart",
3   "version": "0.1.0",
4   "summary": "A simple multipart MIME encoder that supports form-data, files and nesting.",
5   "homepage": "https://github.com/Fyrts/Multipart",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Fyrts": "sam@feyaerts.me"
12   },
13   "source": {
14     "git": "https://github.com/Fyrts/Multipart.git",
15     "tag": "0.1.0"
16   },
17   "requires_arc": true,
18   "swift_version": "4.0",
19   "platforms": {
20     "osx": "10.9",
21     "ios": "8.0",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "source_files": "Sources/**/*",
26   "frameworks": "Foundation"