[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / c / 8 / FCChatHeads / 1.0.3 / FCChatHeads.podspec.json
blob702ffc58c493031d1dc78135b3ac27e02ae0863a
2   "name": "FCChatHeads",
3   "version": "1.0.3",
4   "summary": "Library to use chat heads within your iOS app.",
5   "description": "Library to use chat heads within your iOS app with complete physics and animations which drive multi user chat behaviour to support collapsed/stacked or expanded states.",
6   "homepage": "https://github.com/flipkart-incubator/fk-ios-chatheads.git",
7   "license": "Apache License Version 2.0",
8   "authors": {
9     "Rajat Gupta": "rajat.g@flipkart.com"
10   },
11   "source": {
12     "git": "https://github.com/flipkart-incubator/fk-ios-chatheads.git",
13     "tag": "1.0.3"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "FCChatHeads": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit",
26   "dependencies": {
27     "pop": [
28       "~> 1.0"
29     ],
30     "CMPopTipView": [
32     ]
33   }