blob: d77568813cf9f0829daea930fea1ec40a0ada1a0 [file] [log] [blame]
{
"name": "SwiftPrayTimes",
"version": "1.0.1",
"summary": "Pray Times provides a set of handy functions to calculate prayer times for any location around the world",
"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",
"homepage": "https://github.com/ZamzamInc/SwiftPrayTimes",
"license": "MIT",
"authors": {
"Zamzam Inc.": "contact@zamzam.io"
},
"source": {
"git": "https://github.com/ZamzamInc/SwiftPrayTimes.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftPrayTimes": [
"Pod/Assets/*.png"
]
}
}