[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / 6 / 3 / MultipartDataBuilder / 3.0.0-alpha2 / MultipartDataBuilder.podspec.json
blob56a9207d94511c7123b0ba5939b5d681fa629266
2   "name": "MultipartDataBuilder",
3   "version": "3.0.0-alpha2",
4   "license": "MIT",
5   "summary": "Micro framework for creating multipart forms",
6   "homepage": "https://github.com/mogstad/multipart_data_builder",
7   "authors": {
8     "Bjarne Mogstad": "me@mogstad.co"
9   },
10   "source": {
11     "git": "https://github.com/mogstad/multipart_data_builder.git",
12     "tag": "v3.0.0-alpha2"
13   },
14   "module_map": "supporting_files/module.modulemap",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "ios": {
19     "frameworks": "MobileCoreServices"
20   },
21   "source_files": [
22     "sources/**/*.swift",
23     "supporting_files/MultipartDataBuilder.h"
24   ],
25   "requires_arc": true