FSCalendar.podspec.json 660 B

123456789101112131415161718192021222324
  1. {
  2. "name": "FSCalendar",
  3. "version": "2.8.4",
  4. "summary": "A superiorly awesome iOS7+ calendar control, compatible with Objective-C and Swift.",
  5. "homepage": "https://github.com/WenchaoD/FSCalendar",
  6. "screenshots": "https://cloud.githubusercontent.com/assets/5186464/10262249/4fabae40-69f2-11e5-97ab-afbacd0a3da2.jpg",
  7. "license": "MIT",
  8. "authors": {
  9. "Wenchao Ding": "f33chobits@gmail.com"
  10. },
  11. "source": {
  12. "git": "https://github.com/WenchaoD/FSCalendar.git",
  13. "tag": "2.8.4"
  14. },
  15. "platforms": {
  16. "ios": "8.0"
  17. },
  18. "requires_arc": true,
  19. "frameworks": [
  20. "UIKit",
  21. "QuartzCore"
  22. ],
  23. "source_files": "FSCalendar/*.{h,m}"
  24. }