[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / c / 2 / CKPullDownController / 1.0 / CKPullDownController.podspec.json
blob2a627801f8be46cc31e1098e42132d0adc9ac456
2   "name": "CKPullDownController",
3   "version": "1.0",
4   "summary": "An iOS container view controller for pullable scroll view interfaces.",
5   "description": "  \t\t\t\t\tCKPullDownController is a copu of [MBPullDownController](https://github.com/matej/MBPullDownController) with few bug fix and improviments.\n                    CKPullDownController accepts two view controllers, which it presents one above the other.\n                    The front view controller is configured to accept a pull interaction which it utilizes to show or hide back view controller.\n",
6   "homepage": "https://github.com/lucoceano/CKPullDownController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lucas Martins": "lucoceano@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lucoceano/CKPullDownController.git",
16     "tag": "1.0"
17   },
18   "source_files": "CKPullDownController/*.{h,m}",
19   "frameworks": "QuartzCore",
20   "platforms": {
21     "ios": "5.0"
22   },
23   "requires_arc": true