[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / 5 / 6 / 7 / FCChatHead / 0.1.0 / FCChatHead.podspec.json
blob066a6ce94cec530e13b55ddf137cf3985d1c0792
2   "name": "FCChatHead",
3   "version": "0.1.0",
4   "summary": "Library to create chat heads",
5   "description": "Floating chat heads with spring motion using pop",
6   "homepage": "https://github.com/rajatgupta26/FCChatHeads",
7   "license": "MIT",
8   "authors": {
9     "Rajat Gupta": "rajat.g@flipkart.com"
10   },
11   "source": {
12     "git": "https://github.com/rajatgupta26/FCChatHeads.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "resource_bundles": {
20     "FCChatHead": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "source_files": "FCChatHeads/*.{h,m}",
25   "public_header_files": "Pod/FCChatHeads/**/*.h",
26   "frameworks": "UIKit",
27   "dependencies": {
28     "pop": [
29       "~> 1.0"
30     ]
31   }