[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / 8 / c / CTDatePicker / 1.0.0 / CTDatePicker.podspec.json
blob3696a599b757f9ffb5512be9195dd5bd7c8a3af4
2   "name": "CTDatePicker",
3   "version": "1.0.0",
4   "summary": "Simple Date Picker",
5   "description": "Simple Date picker in UIAlertViewController",
6   "homepage": "https://github.com/mariokovacevic/CTDatePicker",
7   "license": "MIT",
8   "authors": {
9     "Mario Kovacevic": "mariofilk@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/mariokovacevic/CTDatePicker.git",
16     "branch": "master",
17     "tag": "1.0.0"
18   },
19   "weak_frameworks": "UIKit",
20   "static_framework": true,
21   "requires_arc": true,
22   "source_files": "Framework/**/*.{h}",
23   "ios": {
24     "public_header_files": "Framework/**/*.{h}",
25     "vendored_frameworks": "Framework/*.{framework}"
26   }