[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 6 / 2 / iOS-Rich-Text-Editor / 0.0.1 / iOS-Rich-Text-Editor.podspec.json
blobfe242449baabb6c82253c47574e7d0ff5f7c250b
2   "name": "iOS-Rich-Text-Editor",
3   "version": "0.0.1",
4   "summary": "A RichTextEditor for iPhone & iPad.",
5   "homepage": "https://github.com/aryaxt/iOS-Rich-Text-Editor",
6   "dependencies": {
7     "WEPopover": [
8       "~> 0.0.1"
9     ]
10   },
11   "license": {
12     "type": "MIT",
13     "file": "License.txt"
14   },
15   "authors": {
16     "Aryan Gh": "https://github.com/aryaxt/iOS-Rich-Text-Editor"
17   },
18   "source": {
19     "git": "https://github.com/aryaxt/iOS-Rich-Text-Editor.git",
20     "tag": "0.0.1"
21   },
22   "platforms": {
23     "ios": "6.0"
24   },
25   "source_files": [
26     "RichTextEditor/Source/*.{h,m}",
27     "RichTextEditor/Source/Categories/*.{h,m}"
28   ],
29   "resources": [
30     "RichTextEditor/Source/Assets/**/*"
31   ],
32   "frameworks": [
33     "Foundation",
34     "UIKit"
35   ],
36   "requires_arc": true