[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 2 / d / NibBased / 1.0 / NibBased.podspec.json
blobd5f68e45f728e51114c67dac51a7ae0e8d6bede4
2   "name": "NibBased",
3   "version": "1.0",
4   "summary": "A micro-framework that help to handle xib/nib based layout",
5   "description": "A micro-framework that help to handle xib/nib based layout. \nIf you prefer to avoid usage of storyboards in your project, \nthis few classes will help you organized your view related part of the code.",
6   "homepage": "https://github.com/MaciejGad/NibBased",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Maciej Gad": "https://github.com/MaciejGad"
13   },
14   "social_media_url": "https://twitter.com/maciej_gad",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/MaciejGad/NibBased.git",
20     "tag": "v1.0"
21   },
22   "source_files": "NibBased/*.swift",
23   "swift_version": "4.2"