[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 7 / 3 / 9 / PKMultipartInputStream / 1.3.0 / PKMultipartInputStream.podspec.json
blobfeb61919013fc8bc36eeae3069848bc0b5bc649a
2   "name": "PKMultipartInputStream",
3   "version": "1.3.0",
4   "summary": "An NSInputStream subclass suitable for building multipart/form-data HTTP requests bodies in MacOSX/iOS applications.",
5   "homepage": "http://github.com/pyke369/PKMultipartInputStream",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Pierre-Yves Kerembellec": "py.kerembellec@gmail.com"
12   },
13   "preserve_paths": "README.*",
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/pyke369/PKMultipartInputStream.git",
19     "tag": "1.3.0"
20   },
21   "source_files": "PKMultipartInputStream.{h,m}",
22   "requires_arc": true,
23   "frameworks": "MobileCoreServices"