[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 3 / d / 0 / Courier-Swift / 0.9.6 / Courier-Swift.podspec.json
blob020e4e495624fe515b53e482a42303236d16eb25
2   "name": "Courier-Swift",
3   "module_name": "Courier",
4   "version": "0.9.6",
5   "swift_versions": "5.0",
6   "summary": "Transferring data between UIViewController's in Swift",
7   "description": "Courier is a framework for transferring data between UIViewController's in Swift.",
8   "homepage": "https://github.com/imk2o/Courier",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE.md"
12   },
13   "authors": {
14     "Yuichi Kobayashi": "imk2o@icloud.com"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/imk2o/Courier.git",
21     "tag": "0.9.6"
22   },
23   "source_files": "Courier-iOS/*.swift",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "swift_version": "5.0"