[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 2 / b / Almanakka / 0.0.1 / Almanakka.podspec.json
blob32d651ec12bcfa131a15653dd7e6b4865acf8cb5
2   "name": "Almanakka",
3   "version": "0.0.1",
4   "summary": "A calendar library that simplifies calendar related operations. It also includes a customizable calendar picker.",
5   "description": "An iOS calendar library that can be used to simplify commonly performed operations when dealing with calendars without having to worry about handling NSDate yourself.\nA calendar picker is also provided that can be use as is or customized to fit your apps theme. A UIView that displays a calendar can also be used in case you need to embed it on an already existing view controller.",
6   "homepage": "https://github.com/MobileAct/Almanakka-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oscar Peredo": "luisoscar@gmail.com",
13     "Binish Peter": "legendbinish124@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/MobileAct/Almanakka-iOS.git",
17     "tag": "0.0.1"
18   },
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "12.4"
22   },
23   "info_plist": {
24     "CFBundleIdentifier": "com.mobile-act.Almanakka"
25   },
26   "pod_target_xcconfig": {
27     "PRODUCT_BUNDLE_IDENTIFIER": "com.mobile-act.Almanakka"
28   },
29   "source_files": "Almanakka/Classes/**/*.{swift}",
30   "resource_bundles": {
31     "Almanakka": [
32       "Almanakka/Assets/**/*.{storyboard,xib,lproj,png,csv}"
33     ]
34   },
35   "swift_version": "5.0"