[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / c / e / Bypass / 1.0.1 / Bypass.podspec.json
blob3d4af38840f77c882e66911a153437c56502d808
2   "name": "Bypass",
3   "version": "1.0.1",
4   "license": "Apache License, Version 2.0",
5   "summary": "Bypass - Bypass renders markdown directly to UIViews instead of using an intermediary HTML format.",
6   "homepage": "http://uncodin.github.io/bypass/",
7   "authors": {
8     "Damian Carrillo": "damian@uncod.in",
9     "Colin Edwards": "colin@uncod.in"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "ios": {
15     "frameworks": [
16       "Foundation",
17       "UIKit",
18       "QuartzCore",
19       "CoreGraphics",
20       "CoreText"
21     ],
22     "requires_arc": true
23   },
24   "xcconfig": {
25     "OTHER_LDFLAGS": "-lstdc++"
26   },
27   "compiler_flags": "-stdlib=libc++",
28   "source": {
29     "git": "https://github.com/Uncodin/bypass-ios.git",
30     "tag": "1.0.1",
31     "submodules": true
32   },
33   "source_files": [
34     "Bypass/*.{h,m,mm}",
35     "Libraries/bypass-core/src/*.{h,cpp}",
36     "Libraries/bypass-core/src/soldout/*.{h,c}"
37   ]