[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 0 / e / 1 / HHThreadView / 0.9.8 / HHThreadView.podspec.json
blob2c25a4ab2b43096a037ea4b5bf0db582fc3a7cd7
2   "name": "HHThreadView",
3   "version": "0.9.8",
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.8"
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   }