[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / e / 1 / HHThreadView / 0.9.4 / HHThreadView.podspec.json
blob82d9a8da81b3bcc44f92a727bbf50b03c150a239
2   "name": "HHThreadView",
3   "version": "0.9.4",
4   "summary": "An iOS library for displaying a thread of comments, with nested replies. Inspired by Alien Blue.",
5   "homepage": "http://github.com/harlanhaskins/HHThreadView",
6   "license": "MIT",
7   "authors": {
8     "Harlan Haskins": "harlan@harlanhaskins.com"
9   },
10   "source": {
11     "git": "https://github.com/harlanhaskins/HHThreadView.git",
12     "tag": "0.9.4"
13   },
14   "social_media_url": "https://twitter.com/harlanhaskins",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "public_header_files": "Classes/ios/*.h",
20   "source_files": "Classes/ios/*.{h,m}",
21   "ios": {
22     "exclude_files": "Classes/osx"
23   },
24   "osx": {
25     "exclude_files": "Classes/ios"
26   }