[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 6 / f / 4 / Loggie / 1.0.0 / Loggie.podspec.json
blob264d0ff0a2638760d5912ba2b3108e570d3a0c6d
2   "name": "Loggie",
3   "version": "1.0.0",
4   "summary": "In-app network logging library.",
5   "homepage": "https://github.com/infinum/iOS-Loggie.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Filip Beć": "filip.bec@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/infinum/iOS-Loggie.git",
15     "tag": "1.0.0"
16   },
17   "social_media_url": "https://twitter.com/FilipBec",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Loggie/Classes/**/*.{swift}",
22   "resources": [
23     "Loggie/Classes/**/*.{storyboard}",
24     "Loggie/Classes/**/*.{xib}"
25   ],
26   "frameworks": [
27     "UIKit",
28     "Security"
29   ]