[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 0 / 5 / 9 / Animate / 0.1.0 / Animate.podspec.json
blobe33f2ffb331cd7dca7bf11621913fbacd8f25932
2   "name": "Animate",
3   "version": "0.1.0",
4   "summary": "Convenience tool for the Pop animation framework written in Swift",
5   "description": "                       Convenience tool for the Facebook Pop animation framework written in Swift\n\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n",
6   "homepage": "https://github.com/CodeEagle/Animate",
7   "license": "MIT",
8   "authors": {
9     "CodeEagle": "stasura@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/CodeEagle/Animate.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/_SelfStudio",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/*.swift",
21   "dependencies": {
22     "pop": [
23       "~> 1.0.7"
24     ]
25   }