[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / f / 0 / d / SwiftPrayTimes / 1.1.3 / SwiftPrayTimes.podspec.json
bloba6915ea69e397cc40104ec5b52c784225d04e75c
2   "name": "SwiftPrayTimes",
3   "version": "1.1.3",
4   "summary": "Pray Times provides a set of handy functions to calculate prayer times for any location around the world",
5   "description": "Pray Times provides a set of handy functions to calculate prayer times for any location around the world,\nbased on a variety of calculation methods currently used in Muslim communities.\n\nThe code is originally written in JavaScript from http://praytimes.org and translated to Swift.\nPray Times is an Islamic project aimed at providing an open-source library for calculating Muslim prayers times.\nThe first version of Pray Times was released in early 2007. The code is currently used in a wide range of Islamic websites and applications.",
6   "homepage": "https://github.com/ZamzamInc/SwiftPrayTimes",
7   "license": "MIT",
8   "authors": {
9     "Zamzam Inc.": "contact@zamzam.io"
10   },
11   "source": {
12     "git": "https://github.com/ZamzamInc/SwiftPrayTimes.git",
13     "tag": "1.1.3"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "SwiftPrayTimes": [
24       "Pod/Assets/*.png"
25     ]
26   }