[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / c / d / ParlaKit / 1.1 / ParlaKit.podspec.json
blob311a51b225c9e0dd0cfa9051ab0322bd71ebc3bb
2   "name": "ParlaKit",
3   "version": "1.1",
4   "summary": "An easy and lightweight chat UI library for iOS",
5   "description": "An easy and lightweight chat UI library for iOS",
6   "homepage": "https://github.com/cyclonesword/parla",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cyclonesword": "dom.aiello90@gmail.com"
13   },
14   "social_media_url": "https://www.linkedin.com/in/domenico-aiello-b044a64a/",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/cyclonesword/parla.git",
20     "tag": "1.1"
21   },
22   "source_files": "parla/**/*.{h,m,swift}",
23   "exclude_files": [
24     "parla/AppDelegate.swift",
25     "parla/Corelib/NewViewController2.swift",
26     "parla/Drawing/TestViewController.swift"
27   ],
28   "resources": [
29     "parla/Resources/Xib/*.xib",
30     "parla/Resources/*.{xcassets,png,jpg,jpeg}",
31     "parla/Resources/Assets.xcassets"
32   ],
33   "resource_bundles": {
34     "ParlaKit": [
35       "parla/Resources/Xib/*.xib",
36       "parla/Resources/*.{xcassets,png,jpg,jpeg}",
37       "parla/Resources/Assets.xcassets"
38     ]
39   },
40   "frameworks": [
41     "UIKit",
42     "CoreMedia",
43     "AVKit",
44     "CoreLocation",
45     "MapKit",
46     "MobileCoreServices"
47   ],
48   "requires_arc": true,
49   "dependencies": {
50     "SKPhotoBrowser": [
51       "~> 6.1.0"
52     ],
53     "SDWebImage": [
54       "~> 5.0.2"
55     ]
56   },
57   "pod_target_xcconfig": {
58     "SWIFT_VERSION": "5.0"
59   },
60   "swift_versions": "5.0",
61   "swift_version": "5.0"