hlfcoding/Anime

View on GitHub
Example/Pods/Local Podspecs/Anime.podspec.json

Summary

Maintainability
Test Coverage
{
  "name": "Anime",
  "version": "0.3.0",
  "summary": "UIView animation from the Far East.",
  "description": "Simple UIView animation library, but not any simpler.",
  "homepage": "https://github.com/hlfcoding/Anime",
  "license": {
    "type": "MIT",
    "file": "LICENSE"
  },
  "authors": {
    "Peng Wang": "peng@pengxwang.com"
  },
  "source": {
    "git": "https://github.com/hlfcoding/Anime.git",
    "tag": "0.3.0"
  },
  "social_media_url": "https://twitter.com/hlfcoding",
  "platforms": {
    "ios": "10.0"
  },
  "source_files": "Anime/Classes/**/*",
  "frameworks": "UIKit"
}