FDUIKitObjC.podspec.json 746 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "FDUIKitObjC",
  3. "version": "2.0",
  4. "summary": "FDUIKitObjC是一个UI库,包含自定义ActionSheet,自定义AlertView,照片浏览器,自定义PopView",
  5. "description": "TODO: Add long description of the pod here.",
  6. "homepage": "http://git.bogokj.com/fandong/FDUIKitObjC",
  7. "authors": {
  8. "fandongtongxue": "admin@fandong.me"
  9. },
  10. "source": {
  11. "git": "http://git.bogokj.com/fandong/FDUIKitObjC.git",
  12. "tag": "2.0"
  13. },
  14. "platforms": {
  15. "ios": "9.0"
  16. },
  17. "source_files": "FDUIKitObjC/Classes/**/*",
  18. "dependencies": {
  19. "YYKit": [
  20. ],
  21. "MBProgressHUD": [
  22. ],
  23. "Masonry": [
  24. ],
  25. "FDFullscreenPopGesture": [
  26. ],
  27. "MJRefresh": [
  28. ],
  29. "FDFoundationObjC": [
  30. ]
  31. }
  32. }