[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / d / 5 / ChatHeads / 1.0 / ChatHeads.podspec.json
bloba4be1037252a1450e7d9b67ec889f16287efd422
2   "name": "ChatHeads",
3   "version": "1.0",
4   "license": "ISC",
5   "summary": "ChatHeads is a new feature in Facebook.app 6.0 where little bubbles appear when somebody sends you a message.",
6   "homepage": "https://github.com/brutella/chatheads",
7   "authors": {
8     "Matthias brutella": "https://github.com/brutella"
9   },
10   "source": {
11     "git": "https://github.com/bpoplauschi/chatheads.git",
12     "tag": "1.0"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "6.1"
17   },
18   "preserve_paths": [
19     "README*",
20     "LICENSE*"
21   ],
22   "public_header_files": "ChatHeads/Classes/CH*.h",
23   "source_files": "ChatHeads/Classes/CH*.{h,m}",
24   "dependencies": {
25     "SKBounceAnimation": [
27     ],
28     "CAAnimationBlocks": [
30     ]
31   }