[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 7 / 3 / 9 / PKMultipartInputStream / 1.1.0 / PKMultipartInputStream.podspec.json
blob55492200749d85b0ce7bcfbd9ea7f6ed464e0600
2   "name": "PKMultipartInputStream",
3   "version": "1.1.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.1.0"
20   },
21   "source_files": "PKMultipartInputStream.{h,m}",
22   "requires_arc": true,
23   "frameworks": "MobileCoreServices"