[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 1 / 9 / SentenceKit / 0.3.0 / SentenceKit.podspec.json
blobe8a1365d94f0f39367bfda90bc1e6201a1f2f04d
2   "name": "SentenceKit",
3   "version": "0.3.0",
4   "summary": "A framework for building sentence-based user interfaces in native Swift.",
5   "description": "SentenceKit is an iOS framework for building user interfaces with natural language. This type of UI has been used successfully by apps like Beats by Dre (pre Apple Music) and Philz Coffee.",
6   "homepage": "https://github.com/rkirkendall/SentenceKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ricky Kirkendall": "rkirkendall304@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/rkirkendall/SentenceKit.git",
16     "tag": "0.3.0"
17   },
18   "social_media_url": "https://twitter.com/rickykirkendall",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_version": "5.0",
23   "source_files": "SentenceKit/Classes/**/*",
24   "resource_bundles": {
25     "SentenceKit": [
26       "SentenceKit/Assets/fonts/*.otf"
27     ]
28   }