[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / c / a / FolioReaderKit / 0.3.8 / FolioReaderKit.podspec.json
blob50d0186a4bf676e3a4f85e7947559818caec7018
2   "name": "FolioReaderKit",
3   "version": "0.3.8",
4   "summary": "A Swift ePub reader and parser framework for iOS.",
5   "description": "Written in Swift.\nThe Best Open Source ePub Reader.",
6   "homepage": "https://github.com/FolioReader/FolioReaderKit",
7   "license": "BSD",
8   "authors": {
9     "Heberti Almeida": "hebertialmeida@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/FolioReader/FolioReaderKit.git",
13     "tag": "0.3.8"
14   },
15   "social_media_url": "https://twitter.com/hebertialmeida",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Source/*.{h,swift}",
22     "Source/**/*.swift",
23     "Vendor/**/*.swift"
24   ],
25   "resources": [
26     "Source/**/*.{js,css,xcdatamodeld}",
27     "Source/Resources/Images/*.png",
28     "Source/Resources/Fonts/**/*.{otf,ttf}"
29   ],
30   "preserve_paths": "Source/**/*.xcdatamodeld",
31   "public_header_files": "Source/*.h",
32   "libraries": "z",
33   "frameworks": "CoreData",
34   "dependencies": {
35     "SSZipArchive": [
37     ],
38     "UIMenuItem-CXAImageSupport": [
40     ],
41     "ZFDragableModalTransition": [
43     ],
44     "AEXML": [
46     ],
47     "FontBlaster": [
49     ],
50     "JSQWebViewController": [
52     ]
53   }