[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / e / f / SAAnimationView / 1.0.1 / SAAnimationView.podspec.json
blob2328eda43b3e24dadc305af0165dad42b1d95018
2   "name": "SAAnimationView",
3   "version": "1.0.1",
4   "summary": "The SAAnimationView framework provides a simple interface to programmatically create an animation.",
5   "description": "The SAAnimationView framework provides a simple interface to programmatically create an animation. It doesn't rely on images, giving it a few advantages over other animation frameworks. Because the framework draws the content with code instead of using images, it makes it simple to iterate on, doesn't require additional exports, and decreases the animation's burden on the size of the app.\nRead more about SAAnimationView at http://savvyapps.com/blog/saanimationview-framework-programmatically-create-ios-animations",
6   "homepage": "https://github.com/savvyapps/SAAnimationView",
7   "license": "MIT",
8   "authors": {
9     "Emilio Peláez": "emilio.pelaez@savvyapps.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/savvyapps/SAAnimationView.git",
16     "tag": "1.0.1"
17   },
18   "source_files": [
19     "SAAnimationView",
20     "SAAnimationView/**/*.{h,m}"
21   ],
22   "frameworks": "UIKit",
23   "requires_arc": true