[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / c / a / Ashton / 0.1.1 / Ashton.podspec.json
blob57e90309377eb3b7246960f7493fce84937551c6
2   "name": "Ashton",
3   "version": "0.1.1",
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": "v0.1.1"
16   },
17   "source_files": "Ashton/*.{h,m}",
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "ios": {
23     "frameworks": "CoreText",
24     "exclude_files": "**/*AppKit*"
25   },
26   "osx": {
27     "frameworks": "CoreText",
28     "exclude_files": "**/*UIKit*"
29   },
30   "requires_arc": true