blob: 9356b99bc7e5cac29f54d6a639c4a377c34ab651 [file] [log] [blame]
{
"name": "Bypass",
"version": "1.0",
"summary": "Skip the HTML, Bypass takes markdown and renders it directly on Android and iOS.",
"homepage": "http://uncodin.github.com/bypass/",
"license": "Apache License, Version 2.0",
"authors": {
"Colin Edwards": "colin@recursivepenguin.com",
"Damian Carrillo": "dcarrillo@ironclad.mobi"
},
"source": {
"git": "https://github.com/Uncodin/bypass.git",
"tag": "cocoapods1.0"
},
"platforms": {
"ios": null
},
"public_header_files": "platform/ios/Bypass/Bypass/*.h",
"source_files": [
"dep/libsoldout/markdown.{h,c}",
"dep/libsoldout/buffer.{h,c}",
"dep/libsoldout/array.{h,c}",
"src/*.{h,cpp}",
"platform/ios/Bypass/Bypass/*.{h,mm,pch}",
"platform/ios/Bypass/Bypass/*.h"
],
"frameworks": [
"CoreText",
"Foundation",
"UIKit"
],
"dependencies": {
"boost/string_algorithms-includes": [
]
},
"requires_arc": false
}