blob: 04f7904b92bca1242bf432d335a70bb0e60424fa [file] [log] [blame]
{
"name": "SwiftPrayTimes",
"version": "1.2.2",
"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,\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.",
"homepage": "https://github.com/ZamzamInc/SwiftPrayTimes",
"license": "MIT",
"authors": {
"Zamzam Inc.": "contact@zamzam.io"
},
"source": {
"git": "https://github.com/ZamzamInc/SwiftPrayTimes.git",
"tag": "1.2.2"
},
"platforms": {
"ios": "8.3",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftPrayTimes": [
"Pod/Assets/*.png"
]
}
}