[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / a / e / DynamicTableView / 0.0.1 / DynamicTableView.podspec.json
blob0b1a771e40eae658afb88875de4548c9b7337e5d
2   "name": "DynamicTableView",
3   "version": "0.0.1",
4   "summary": "DynamicTableView - analog of UITableView with zoom and custom extending possibility.",
5   "description": "DynamicTableView - analog of UITableView with zoom and custom extending possibility.",
6   "homepage": "https://github.com/alex-ost/DynamicTableView",
7   "license": "Proprietary",
8   "authors": {
9     "Alexandr Ostrynskyi": "alexua.ost@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/alex-ost/DynamicTableView.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "DynamicTableView",
20     "DynamicTableView/**/*.{h,m,swift}"
21   ],
22   "exclude_files": [
23     "Example/",
24     "DynamicTableViewExample.podspec"
25   ],
26   "pod_target_xcconfig": {
27     "SWIFT_VERSION": "3"
28   },
29   "pushed_with_swift_version": "3.0"