[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 9 / 2 / c / UILogger / 1.0.1 / UILogger.podspec.json
blob616bf4c60064b38dc8d4fbc59bd878357428e3d3
2   "name": "UILogger",
3   "version": "1.0.1",
4   "summary": "A logging framework for UI actions on iOS",
5   "description": "A logging framework to log UI actions e.g. button taps, view controller appearances, table cell taps etc. Tags: log logs logging logger UI ui ui-log uilog",
6   "homepage": "https://github.com/truemetal/ios-ui-logger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dan Pashchenko": "true.metal.of.steel@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/truemetal/ios-ui-logger.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "UILogger/Classes/*.{h,m,swift}",
23     "UILogger/Classes/*/*.{h,m,swift}"
24   ],
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ]