[Add] CxjToasts 1.0.1
[CocoaPods.git] / Specs / 7 / 8 / 1 / OCPrayerTimes / 0.1.0 / OCPrayerTimes.podspec.json
blob5980bd1a98f56cf094c8d7d639bacb0678231285
2   "name": "OCPrayerTimes",
3   "version": "0.1.0",
4   "license": "MIT",
5   "summary": "Objective-C library for Muslim Prayer Times",
6   "homepage": "https://www.github.com/sumardi/OCPrayerTimes",
7   "authors": {
8     "Sumardi Shukor": "me@sumardi.net"
9   },
10   "source": {
11     "git": "https://github.com/sumardi/OCPrayerTimes.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.8"
17   },
18   "ios": {
19     "frameworks": [
20       "Foundation",
21       "CoreLocation"
22     ],
23     "source_files": "OCPrayerTimes/*.{h,m}"
24   },
25   "osx": {
26     "frameworks": [
27       "Foundation",
28       "CoreLocation"
29     ],
30     "source_files": "OCPrayerTimes/*.{h,m}"
31   },
32   "requires_arc": true,
33   "prefix_header_file": "OCPrayerTimes/OCPrayerTimes-Prefix.pch"