[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / 5 / Pulsator / 0.5.0 / Pulsator.podspec.json
blob1ade990db2cf2666814db71b3791f7678e9c420f
2   "name": "Pulsator",
3   "version": "0.5.0",
4   "summary": "Pulse animation for iOS.",
5   "homepage": "https://github.com/shu223/Pulsator",
6   "screenshots": "https://github.com/shu223/Pulsator/blob/master/demo.gif?raw=true",
7   "license": "MIT",
8   "authors": {
9     "shu223": "shuichi0526@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/shu223/Pulsator.git",
13     "tag": "0.5.0"
14   },
15   "social_media_url": "https://twitter.com/shu223",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "requires_arc": true,
21   "source_files": "Pulsator/Pulsator.swift",
22   "ios": {
23     "frameworks": [
24       "UIKit",
25       "QuartzCore"
26     ]
27   },
28   "osx": {
29     "frameworks": [
30       "Cocoa",
31       "QuartzCore"
32     ]
33   }