[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 2 / c / RealmContent / 0.2.5 / RealmContent.podspec.json
blob34cf03af93f7d5e3346c573f936ca099538b9e4f
2   "name": "RealmContent",
3   "version": "0.2.5",
4   "summary": "Realm powered content management system",
5   "description": "Realm powered content management system providing built-in view controllers and views to rapidly add dynamic content to iOS apps.",
6   "homepage": "https://github.com/realm-demos/RealmContent",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/realm-demos/RealmContent.git",
13     "tag": "0.2.5"
14   },
15   "authors": {
16     "Realm": "help@realm.io"
17   },
18   "libraries": "c++",
19   "requires_arc": true,
20   "social_media_url": "https://twitter.com/realm",
21   "platforms": {
22     "ios": "9.0"
23   },
24   "frameworks": "UIKit",
25   "dependencies": {
26     "RealmSwift": [
27       "~> 3"
28     ],
29     "Kingfisher": [
30       "~> 4"
31     ],
32     "NSString+Color": [
34     ]
35   },
36   "default_subspecs": "Core",
37   "pod_target_xcconfig": {
38     "SWIFT_VERSION": "4.0"
39   },
40   "pushed_with_swift_version": "4.0",
41   "subspecs": [
42     {
43       "name": "Core",
44       "source_files": [
45         "RealmContent/Entities/*",
46         "RealmContent/Core/Classes/*",
47         "RealmContent/Core/View/*"
48       ]
49     },
50     {
51       "name": "Markdown",
52       "dependencies": {
53         "MMMarkdown": [
55         ]
56       },
57       "source_files": [
58         "RealmContent/Entities/*",
59         "RealmContent/Markdown/Classes/*",
60         "RealmContent/Markdown/View/*"
61       ]
62     }
63   ]