[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 3 / f / 5 / TRMessageKit / 0.0.6 / TRMessageKit.podspec.json
bloba2f774362d04895bc85464765b271aef5c19f899
2   "name": "TRMessageKit",
3   "version": "0.0.6",
4   "summary": "fork fro TRMessageKit",
5   "description": "A longer description of TRSECoreTextView in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
6   "homepage": "http://lijinchao.sinaapp.com",
7   "license": "MIT",
8   "authors": {
9     "ljc": "lijinchao2007@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/PodRepo/TRMessageKit.git",
16     "tag": "0.0.6"
17   },
18   "source_files": "Classes/**/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "public_header_files": "Classes/**/*.h",
21   "resources": "Resources/*",
22   "frameworks": [
23     "CoreTelephony",
24     "SystemConfiguration"
25   ],
26   "libraries": [
27     "stdc++.6.0.9",
28     "z"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "TRWebImage": [
33       "~> 0.4"
34     ],
35     "TRSECoreTextView": [
36       "~> 0.0.1"
37     ],
38     "TRCache": [
39       "~> 0.2"
40     ]
41   }