[Add] RegulaCommonNightly 7.5.946
[CocoaPods.git] / Specs / 5 / b / a / CAAnimationBlocks / 0.0.1 / CAAnimationBlocks.podspec.json
blobf6c9ef84f5370d63deb051ccfd973159ca6c0d0e
2   "name": "CAAnimationBlocks",
3   "version": "0.0.1",
4   "summary": "Category which allows the usage of start and completion blocks in CAAnimation instances, instead of a delegate.",
5   "homepage": "https://github.com/xissburg/CAAnimationBlocks",
6   "license": {
7     "type": "MIT",
8     "file": "COPYRIGHT.txt"
9   },
10   "authors": {
11     "Nilson Souto": "xissburg@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/xissburg/CAAnimationBlocks.git",
15     "commit": "38248ddf675a22f7f73291a0c39b65efc1816116"
16   },
17   "platforms": {
18     "ios": "4.0",
19     "osx": "10.6"
20   },
21   "source_files": "CAAnimationBlocks/CAAnimation+Blocks.{h,m}",
22   "frameworks": "QuartzCore",
23   "requires_arc": false