[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / 2 / BonMot / 5.3 / BonMot.podspec.json
blobadcd177b826b00dc1a42573416debbf77f558dbe
2   "name": "BonMot",
3   "version": "5.3",
4   "summary": "Beautiful, easy attributed strings in Swift",
5   "swift_version": "4.2",
6   "description": "BonMot removes all the mystery from creating beautiful, powerful attributed strings in Swift.",
7   "homepage": "https://github.com/Raizlabs/BonMot",
8   "license": "MIT",
9   "authors": {
10     "Zev Eisenberg": "zev.eisenberg@raizlabs.com"
11   },
12   "source": {
13     "git": "https://github.com/Raizlabs/BonMot.git",
14     "tag": "5.3"
15   },
16   "social_media_url": "https://twitter.com/ZevEisenberg",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0",
21     "osx": "10.11",
22     "watchos": "2.2"
23   },
24   "ios": {
25     "source_files": "Sources/**/*.swift"
26   },
27   "tvos": {
28     "source_files": "Sources/**/*.swift"
29   },
30   "osx": {
31     "source_files": "Sources/*.swift"
32   },
33   "watchos": {
34     "source_files": "Sources/*.swift"
35   }