[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 3 / e / 8 / Overture / 0.3.1 / Overture.podspec.json
blobb0417ca1b5c549f7d92147a44e6197885ca2326e
2   "name": "Overture",
3   "version": "0.3.1",
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.3.1"
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   ]