blob: 3d4af38840f77c882e66911a153437c56502d808 [file] [log] [blame]
{
"name": "Bypass",
"version": "1.0.1",
"license": "Apache License, Version 2.0",
"summary": "Bypass - Bypass renders markdown directly to UIViews instead of using an intermediary HTML format.",
"homepage": "http://uncodin.github.io/bypass/",
"authors": {
"Damian Carrillo": "damian@uncod.in",
"Colin Edwards": "colin@uncod.in"
},
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore",
"CoreGraphics",
"CoreText"
],
"requires_arc": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-lstdc++"
},
"compiler_flags": "-stdlib=libc++",
"source": {
"git": "https://github.com/Uncodin/bypass-ios.git",
"tag": "1.0.1",
"submodules": true
},
"source_files": [
"Bypass/*.{h,m,mm}",
"Libraries/bypass-core/src/*.{h,cpp}",
"Libraries/bypass-core/src/soldout/*.{h,c}"
]
}