[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / 2 / RichTextRow / 1.0.0 / RichTextRow.podspec.json
blob0a52cac930fe5ed5211cec9ca85430bfaba25ba8
2   "name": "RichTextRow",
3   "version": "1.0.0",
4   "summary": "Eureka custom row that allows us to display and edit html.",
5   "homepage": "https://github.com/EurekaCommunity/RichTextRow",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Fabio Felici": "fab.felici@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/EurekaCommunity/RichTextRow.git",
15     "tag": "1.0.0"
16   },
17   "social_media_url": "https://twitter.com/EurekaCommunity",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "ios": {
23     "source_files": "Sources/**/*.{swift}",
24     "resource_bundles": {
25       "Resources": "Sources/**/*.{html,js}"
26     }
27   },
28   "dependencies": {
29     "Eureka": [
30       "3.0"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"