blob: 5980bd1a98f56cf094c8d7d639bacb0678231285 [file] [log] [blame]
{
"name": "OCPrayerTimes",
"version": "0.1.0",
"license": "MIT",
"summary": "Objective-C library for Muslim Prayer Times",
"homepage": "https://www.github.com/sumardi/OCPrayerTimes",
"authors": {
"Sumardi Shukor": "me@sumardi.net"
},
"source": {
"git": "https://github.com/sumardi/OCPrayerTimes.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"ios": {
"frameworks": [
"Foundation",
"CoreLocation"
],
"source_files": "OCPrayerTimes/*.{h,m}"
},
"osx": {
"frameworks": [
"Foundation",
"CoreLocation"
],
"source_files": "OCPrayerTimes/*.{h,m}"
},
"requires_arc": true,
"prefix_header_file": "OCPrayerTimes/OCPrayerTimes-Prefix.pch"
}