[Delete] FaceCoreBasicNightly 6.3.1040
[CocoaPods.git] / Specs / 2 / 6 / 7 / FastAnimationWithPOP / 0.0.1 / FastAnimationWithPOP.podspec.json
blobc8118b588201a540ca114d93d3cf9a881c3dce6a
2   "name": "FastAnimationWithPOP",
3   "version": "0.0.1",
4   "summary": "A very fast animation framework. Powerby Facebook POP. Add animation without code.",
5   "description": "                   A longer description of FastAnimationWithPOP in Markdown format.\n\n                   * Think: Why did you write this? What is the focus? What does it do?\n                   * CocoaPods will be using this to generate tags, and improve search results.\n                   * Try to keep it short, snappy and to the point.\n                   * Finally, don't worry about the indent, CocoaPods strips it!\n",
6   "homepage": "https://github.com/WilliamZang/FastAnimationWithPOP",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "William": "chengwei.zang.1985@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/WilliamZang/FastAnimationWithPOP.git",
19     "tag": "v0.0.1"
20   },
21   "source_files": [
22     "FastAnimationWithPop",
23     "FastAnimationWithPop/**/*.{h,m}"
24   ],
25   "prefix_header_contents": "#import <POP.h>",
26   "requires_arc": true,
27   "dependencies": {
28     "pop": [
29       "~> 1.0.5"
30     ]
31   }