[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / e / 1 / SwiftyComments / 0.2.0 / SwiftyComments.podspec.json
blob05f7e62320f8820d12332d4b8bc9671907bb1e86
2   "name": "SwiftyComments",
3   "version": "0.2.0",
4   "summary": "UITableView based component designed to display a hierarchy of expandable/foldable comments.",
5   "description": "SwiftyComments is a UITableView based component designed to display a hierarchy of expandable/foldable comments.",
6   "homepage": "https://github.com/tsucres/SwiftyComments",
7   "screenshots": [
8     "https://github.com/tsucres/SwiftyComments/raw/master/Screenshots/ImgurExample.png",
9     "https://github.com/tsucres/SwiftyComments/raw/master/Screenshots/HNExample.png",
10     "https://github.com/tsucres/SwiftyComments/raw/master/Screenshots/RedditExample.png"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Stéphane Sercu": "stefsercu@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/tsucres/SwiftyComments.git",
21     "tag": "0.2.0"
22   },
23   "platforms": {
24     "ios": "9.0"
25   },
26   "source_files": "SwiftyComments/Classes/**/*",
27   "resources": "SwiftyComments/Assets/*.xcassets",
28   "dependencies": {
29     "SwipeCellKit": [
31     ]
32   },
33   "frameworks": "UIKit",
34   "swift_version": "4.1"