[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 0 / 7 / CocoaAnimator / 1.0.0 / CocoaAnimator.podspec.json
blobdaa8bc8ed360cc2b1e0ee5071a5938112015a564
2   "name": "CocoaAnimator",
3   "version": "1.0.0",
4   "summary": "UIView.animationWithDuration equivalent for Cocoa",
5   "authors": {
6     "Meniny": "Meniny@qq.com"
7   },
8   "homepage": "https://github.com/Meniny/CocoaAnimator",
9   "social_media_url": "https://meniny.cn/",
10   "license": "MIT",
11   "description": "An UIView.animationWithDuration equivalent for Cocoa written in Swift.",
12   "platforms": {
13     "osx": "10.10"
14   },
15   "source": {
16     "git": "https://github.com/Meniny/CocoaAnimator.git",
17     "tag": "1.0.0"
18   },
19   "source_files": "CocoaAnimator/Source/*",
20   "public_header_files": "CocoaAnimator/Source/*.h",
21   "osx": {
22     "frameworks": [
23       "Foundation",
24       "AppKit"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"