[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 1 / 0 / Waver / 0.3.0 / Waver.podspec.json
blobb0d626d2cff1c25fac316baf86ac7a54ad18d2bf
2   "name": "Waver",
3   "version": "0.3.0",
4   "summary": "A Siri Like Wave Effect",
5   "description": "                  #Waver\n\n                  A Siri like wave effect\n\n                  [![](https://dl.dropboxusercontent.com/u/1599662/waver/waver.png)](https://dl.dropboxusercontent.com/u/1599662/waver/wave.mov)\n\n                  ## Requirements\n\n                  Waver works on iOS 7.0 and later version and is compatible with ARC projects. It depends on the following Apple frameworks, which should already be included with most Xcode templates:\n\n                  * Foundation.framework\n                  * UIKit.framework\n                  * CoreGraphics.framework\n                  * QuartzCore.framework\n\n                  You will need LLVM 3.0 or later in order to build Waver.\n\n",
6   "homepage": "https://github.com/kevinzhow/Waver",
7   "screenshots": "https://dl.dropboxusercontent.com/u/1599662/waver/waver.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "kevinzhow": "kevinchou.c@gmail.com"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/kevinzhow/Waver.git",
20     "tag": "0.3.0"
21   },
22   "source_files": "Waver/Source/**/*.{h,m}",
23   "public_header_files": "Waver/Source/**/*.h",
24   "frameworks": [
25     "CoreGraphics",
26     "UIKit",
27     "Foundation",
28     "QuartzCore"
29   ],
30   "requires_arc": true