[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / c / 6 / 3 / MultipartDataBuilder / 3.0.0-alpha3 / MultipartDataBuilder.podspec.json
blob95a0df52c3a4756db56c3eedff8a79a5b456688d
2   "name": "MultipartDataBuilder",
3   "version": "3.0.0-alpha3",
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-alpha3"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "ios": {
18     "frameworks": "MobileCoreServices"
19   },
20   "dependencies": {
21     "libCommonCrypto": [
22       "~> 0.1"
23     ]
24   },
25   "source_files": [
26     "sources/**/*.swift",
27     "supporting_files/MultipartDataBuilder.h"
28   ],
29   "requires_arc": true