[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 4 / 8 / LeanChatLib / 0.2.8 / LeanChatLib.podspec.json
blob5635de3e4dd32f3f960db9814732fe935ca075d4
2   "name": "LeanChatLib",
3   "version": "0.2.8",
4   "summary": "An IM App Framework, support sending text, pictures, audio, video, location messaging, managing address book, more interesting features.",
5   "homepage": "https://github.com/leancloud/leanchat-ios",
6   "license": "MIT",
7   "authors": {
8     "LeanCloud": "support@leancloud.cn"
9   },
10   "source": {
11     "git": "https://github.com/leancloud/leanchat-ios.git",
12     "tag": "0.2.8"
13   },
14   "frameworks": [
15     "Foundation",
16     "CoreGraphics",
17     "UIKit",
18     "MobileCoreServices",
19     "AVFoundation",
20     "CoreLocation",
21     "MediaPlayer",
22     "CoreMedia",
23     "CoreText",
24     "AudioToolbox",
25     "MapKit",
26     "ImageIO",
27     "SystemConfiguration",
28     "CFNetwork",
29     "QuartzCore",
30     "Security",
31     "CoreTelephony"
32   ],
33   "platforms": {
34     "ios": "7.0"
35   },
36   "source_files": "LeanChatLib/Classes/**/*.{h,m}",
37   "resources": "LeanChatLib/Resources/*",
38   "libraries": [
39     "icucore",
40     "sqlite3"
41   ],
42   "requires_arc": true,
43   "dependencies": {
44     "AVOSCloud": [
45       "~> 3.1.4"
46     ],
47     "AVOSCloudIM": [
48       "~> 3.1.4"
49     ],
50     "JSBadgeView": [
51       "1.4.1"
52     ],
53     "DateTools": [
54       "1.5.0"
55     ],
56     "FMDB": [
57       "2.5"
58     ]
59   }