[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / 4 / 1 / FoundationTools / 0.1 / FoundationTools.podspec.json
blob2b2cd5bb8ddbbc87946e72ab8a09b569440ea15c
2   "name": "FoundationTools",
3   "version": "0.1",
4   "summary": "FoundationTools is a collection of helper classes and function defined on the Swift Foundation Framework",
5   "description": "FoundationTools is a collection of small helper classes and function defined on the Swift Foundation Framework which might be reused in different use cases.",
6   "homepage": "https://github.com/psturm-swift/FoundationTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Patrick Sturm": "psturm.mail@googlemail.com"
13   },
14   "source": {
15     "git": "https://github.com/psturm-swift/FoundationTools.git",
16     "tag": "0.1"
17   },
18   "social_media_url": "https://twitter.com/psturm_swift",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "tvos": "10.0",
23     "watchos": "3.0"
24   },
25   "source_files": "Sources/*.swift",
26   "requires_arc": true,
27   "pushed_with_swift_version": "3.0"