[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / c / a / Ashton / 1.0.3 / Ashton.podspec.json
blob64a269b1860a678efc34d13facfdb2ec7f34e74d
2   "name": "Ashton",
3   "version": "1.0.3",
4   "summary": "Converts NSAttributedStrings between AppKit, CoreText, UIKit and HTML.",
5   "homepage": "https://github.com/IdeasOnCanvas/Ashton",
6   "license": {
7     "type": "MIT",
8     "file": "MIT-LICENSE.txt"
9   },
10   "authors": {
11     "Martin Schuerrer": "martin@schuerrer.org"
12   },
13   "source": {
14     "git": "https://github.com/IdeasOnCanvas/Ashton.git",
15     "tag": "v1.0.3"
16   },
17   "platforms": {
18     "ios": "7.0",
19     "osx": "10.8"
20   },
21   "ios": {
22     "frameworks": "CoreText",
23     "source_files": "Ashton/*.{h,m}",
24     "exclude_files": "Ashton/AshtonAppKit.{h,m}"
25   },
26   "osx": {
27     "frameworks": "CoreText",
28     "source_files": "Ashton/*.{h,m}",
29     "exclude_files": "Ashton/AshtonUIKit.{h,m}"
30   },
31   "requires_arc": true