[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / f / 0 / d / SwiftPrayTimes / 1.0 / SwiftPrayTimes.podspec.json
blobee60df2975f1cbdcb21f1a5cad5e164e404695da
2   "name": "SwiftPrayTimes",
3   "version": "1.0",
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,\n                        based on a variety of calculation methods currently used in Muslim communities.\n\n                        The code is originally written in JavaScript from http://praytimes.org and translated to Swift.\n                        Pray Times is an Islamic project aimed at providing an open-source library for calculating Muslim prayers times.\n                        The first version of Pray Times was released in early 2007. The code is currently used in a wide range of Islamic websites and applications.\n",
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.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SwiftPrayTimes": [
22       "Pod/Assets/*.png"
23     ]
24   }