[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / e / 9 / 3 / LiferayScreens / 0.3 / LiferayScreens.podspec.json
blob86063db68a9aa4fbc28c7eb00cc970f42b25e204
2   "name": "LiferayScreens",
3   "module_name": "LiferayScreens",
4   "version": "0.3",
5   "summary": "A family of visual components called screenlets that are connected to the Liferay Platform used as a backend",
6   "homepage": "https://www.liferay.com/liferay-screens",
7   "license": {
8     "type": "LGPL 2.1",
9     "file": "LICENSE.md"
10   },
11   "source": {
12     "git": "https://github.com/liferay/liferay-screens.git",
13     "commit": "d94ddb98be3ef5e676396d82494449c0eb75f0b5",
14     "tag": "0.3"
15   },
16   "authors": {
17     "Jose Manuel Navarro": "jose.navarro@liferay.com"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "ios": {
24     "frameworks": [
25       "CoreGraphics",
26       "Foundation",
27       "MobileCoreServices",
28       "QuartzCore",
29       "Security",
30       "SystemConfiguration",
31       "UIKit"
32     ]
33   },
34   "source_files": [
35     "ios/Framework/Core/**/*.{h,m,swift}",
36     "ios/Framework/Themes/**/*.{h,m,swift}"
37   ],
38   "exclude_files": [
39     "ios/Framework/Core/liferay-screens-bridge.h",
40     "ios/Framework/Tests/**/*.*",
41     "ios/Framework/Pods/**/*.*"
42   ],
43   "resource_bundles": {
44     "LiferayScreens-core": "ios/Framework/Core/**/*.{plist,lproj}",
45     "LiferayScreens-default": "ios/Framework/Themes/Default/**/*.{xib,png,plist,lproj}",
46     "LiferayScreens-flat7": "ios/Framework/Themes/Flat7/**/*.{xib,png,plist,lproj}"
47   },
48   "xcconfig": {
49     "GCC_PREPROCESSOR_DEFINITIONS": "LIFERAY_SCREENS_FRAMEWORK=1",
50     "OTHER_SWIFT_FLAGS": "\"-D\" \"LIFERAY_SCREENS_FRAMEWORK\""
51   },
52   "dependencies": {
53     "MBProgressHUD": [
54       "~> 0.9.1"
55     ],
56     "SMXMLDocument": [
58     ],
59     "UICKeyChainStore": [
61     ],
62     "DTPickerPresenter": [
64     ],
65     "TNRadioButtonGroup": [
67     ],
68     "MDRadialProgress": [
70     ],
71     "ODRefreshControl": [
73     ],
74     "Liferay-iOS-SDK": [
75       "6.2.0.17"
76     ],
77     "CryptoSwift": [
79     ]
80   }