[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 5 / c / e / Bypass / 1.0 / Bypass.podspec.json
blob9356b99bc7e5cac29f54d6a639c4a377c34ab651
2   "name": "Bypass",
3   "version": "1.0",
4   "summary": "Skip the HTML, Bypass takes markdown and renders it directly on Android and iOS.",
5   "homepage": "http://uncodin.github.com/bypass/",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Colin Edwards": "colin@recursivepenguin.com",
9     "Damian Carrillo": "dcarrillo@ironclad.mobi"
10   },
11   "source": {
12     "git": "https://github.com/Uncodin/bypass.git",
13     "tag": "cocoapods1.0"
14   },
15   "platforms": {
16     "ios": null
17   },
18   "public_header_files": "platform/ios/Bypass/Bypass/*.h",
19   "source_files": [
20     "dep/libsoldout/markdown.{h,c}",
21     "dep/libsoldout/buffer.{h,c}",
22     "dep/libsoldout/array.{h,c}",
23     "src/*.{h,cpp}",
24     "platform/ios/Bypass/Bypass/*.{h,mm,pch}",
25     "platform/ios/Bypass/Bypass/*.h"
26   ],
27   "frameworks": [
28     "CoreText",
29     "Foundation",
30     "UIKit"
31   ],
32   "dependencies": {
33     "boost/string_algorithms-includes": [
35     ]
36   },
37   "requires_arc": false