blob: ff8c60376c9955cbe2dbbf8bac353daf057954bc [file] [log] [blame]
{
"name": "BAPrayerTimes",
"version": "1.0.0",
"summary": "An Objective-C library for calculating Islamic prayer times",
"description": " BAPrayerTimes is an Objective-C interface\n for the C based ITL prayer times library.\n BAPrayerTimes can be used for iOS\n or OS X apps.\n",
"homepage": "https://github.com/batoulapps/BAPrayerTimes",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Batoul Apps": "support@batoulapps.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source": {
"git": "https://github.com/batoulapps/BAPrayerTimes.git",
"tag": "1.0.0",
"submodules": true
},
"source_files": [
"BAPrayerTimes/BAPrayerTimes.{h,m}",
"ITL/prayertime/prayer.{h,c}",
"ITL/prayertime/astro.{h,c}"
],
"deprecated_in_favor_of": "Adhan"
}