[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / b / 2 / DAHAttributed / 1.0.1 / DAHAttributed.podspec.json
blob57358ddef4aba8d5e3cfa226d86d6e52ebf16c53
2   "name": "DAHAttributed",
3   "version": "1.0.1",
4   "summary": "A Swift helper for creating NSAttributedString objects",
5   "description": "Creating NSAttributedStrings involve quite a bit of boilerplate code, but with\nAttributed, creating them is easy.",
6   "homepage": "https://github.com/davidahouse/Attributed",
7   "license": "MIT",
8   "authors": {
9     "David House": "davidahouse@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.10",
14     "tvos": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/davidahouse/Attributed.git",
18     "tag": "1.0.1"
19   },
20   "source_files": "Sources",
21   "header_dir": "Attributed",
22   "module_name": "Attributed",
23   "ios": {
24     "exclude_files": [
25       "Sources/Attributed+Foundation.swift"
26     ]
27   },
28   "tvos": {
29     "exclude_files": [
30       "Sources/Attributed+Foundation.swift"
31     ]
32   },
33   "osx": {
34     "exclude_files": [
35       "Sources/Attributed+UIKit.swift"
36     ]
37   },
38   "requires_arc": true