[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / e / 8 / Overture / 0.5.0 / Overture.podspec.json
blob8f6c22bab879e588d371f9018db350691fc14b9c
2   "name": "Overture",
3   "version": "0.5.0",
4   "summary": "A library for function composition.",
5   "description": "A library for function composition.\n\nOverture is a collection of functions for building programs with functions.",
6   "homepage": "https://github.com/pointfreeco/swift-overture",
7   "license": "MIT",
8   "authors": {
9     "Stephen Celis": "stephen@stephencelis.com",
10     "Brandon Williams": "mbw234@gmail.com"
11   },
12   "social_media_url": "https://twitter.com/pointfreeco",
13   "source": {
14     "git": "https://github.com/pointfreeco/swift-overture.git",
15     "tag": "0.5.0"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "source_files": [
24     "Sources",
25     "Sources/**/*.swift"
26   ]