[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / e / SweetCells / 0.1.0 / SweetCells.podspec.json
blob2170cb2811bf8e839a90d2b00589a910efcdba6b
2   "name": "SweetCells",
3   "version": "0.1.0",
4   "summary": "Forget about register and type casting of UITableViewCells",
5   "description": "SweetCells is a little syntactic sugar for those who use custom UITableViewCell in xib in their projects. SweetCells will not allow you to make a mistake with the identifier of the cell and nibName, and dequeueReusableCell will immediately return to you the cell of the desired class.",
6   "homepage": "https://github.com/null-z/SweetCells",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "null-z": "null-z@mail.ru"
13   },
14   "source": {
15     "git": "https://github.com/null-z/SweetCells.git",
16     "tag": "0.1.0"
17   },
18   "swift_versions": "4.0",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": [
23     "SweetCells/**/*.swift",
24     "SweetCells/SweetCells.h"
25   ],
26   "public_header_files": [
27     "SweetCells/SweetCells.h"
28   ],
29   "requires_arc": true,
30   "swift_version": "4.0"