Skip to content

Commit a7799a6

Browse files
Initial files
1 parent ce90de4 commit a7799a6

34 files changed

+2199
-1
lines changed

.gitignore

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
2+
# Created by https://www.gitignore.io/api/swift
3+
4+
### Swift ###
5+
# Xcode
6+
#
7+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
8+
9+
## Build generated
10+
build/
11+
DerivedData/
12+
13+
## Various settings
14+
*.pbxuser
15+
!default.pbxuser
16+
*.mode1v3
17+
!default.mode1v3
18+
*.mode2v3
19+
!default.mode2v3
20+
*.perspectivev3
21+
!default.perspectivev3
22+
xcuserdata/
23+
24+
## Other
25+
*.moved-aside
26+
*.xccheckout
27+
*.xcscmblueprint
28+
29+
## Obj-C/Swift specific
30+
*.hmap
31+
*.ipa
32+
*.dSYM.zip
33+
*.dSYM
34+
35+
## Playgrounds
36+
timeline.xctimeline
37+
playground.xcworkspace
38+
39+
# Swift Package Manager
40+
#
41+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
42+
# Packages/
43+
# Package.pins
44+
.build/
45+
46+
# CocoaPods - Refactored to standalone file
47+
48+
# Carthage - Refactored to standalone file
49+
50+
# fastlane
51+
#
52+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
53+
# screenshots whenever they are needed.
54+
# For more information about the recommended setup visit:
55+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
56+
57+
fastlane/report.xml
58+
fastlane/Preview.html
59+
fastlane/screenshots
60+
fastlane/test_output
61+
62+
### Swift.Carthage Stack ###
63+
# Carthage
64+
#
65+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
66+
# Carthage/Checkouts
67+
68+
Carthage/Build
69+
70+
### Swift.CocoaPods Stack ###
71+
## CocoaPods GitIgnore Template
72+
73+
# CocoaPods - Only use to conserve bandwidth / Save time on Pushing
74+
# - Also handy if you have a lage number of dependant pods
75+
# - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGONRE THE LOCK FILE
76+
Pods/
77+
78+
# End of https://www.gitignore.io/api/swift

CHANGELOG.md

Whitespace-only changes.

Gemfile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
source 'https://rubygems.org'
3+
4+
gem 'cocoapods', '1.2.1'
5+
gem 'xcpretty'

Gemfile.lock

+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (2.3.5)
5+
activesupport (4.2.8)
6+
i18n (~> 0.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
9+
tzinfo (~> 1.1)
10+
claide (1.0.1)
11+
cocoapods (1.2.1)
12+
activesupport (>= 4.0.2, < 5)
13+
claide (>= 1.0.1, < 2.0)
14+
cocoapods-core (= 1.2.1)
15+
cocoapods-deintegrate (>= 1.0.1, < 2.0)
16+
cocoapods-downloader (>= 1.1.3, < 2.0)
17+
cocoapods-plugins (>= 1.0.0, < 2.0)
18+
cocoapods-search (>= 1.0.0, < 2.0)
19+
cocoapods-stats (>= 1.0.0, < 2.0)
20+
cocoapods-trunk (>= 1.2.0, < 2.0)
21+
cocoapods-try (>= 1.1.0, < 2.0)
22+
colored2 (~> 3.1)
23+
escape (~> 0.0.4)
24+
fourflusher (~> 2.0.1)
25+
gh_inspector (~> 1.0)
26+
molinillo (~> 0.5.7)
27+
nap (~> 1.0)
28+
ruby-macho (~> 1.1)
29+
xcodeproj (>= 1.4.4, < 2.0)
30+
cocoapods-core (1.2.1)
31+
activesupport (>= 4.0.2, < 5)
32+
fuzzy_match (~> 2.0.4)
33+
nap (~> 1.0)
34+
cocoapods-deintegrate (1.0.1)
35+
cocoapods-downloader (1.1.3)
36+
cocoapods-plugins (1.0.0)
37+
nap
38+
cocoapods-search (1.0.0)
39+
cocoapods-stats (1.0.0)
40+
cocoapods-trunk (1.2.0)
41+
nap (>= 0.8, < 2.0)
42+
netrc (= 0.7.8)
43+
cocoapods-try (1.1.0)
44+
colored2 (3.1.2)
45+
escape (0.0.4)
46+
fourflusher (2.0.1)
47+
fuzzy_match (2.0.4)
48+
gh_inspector (1.0.3)
49+
i18n (0.8.1)
50+
minitest (5.10.1)
51+
molinillo (0.5.7)
52+
nanaimo (0.2.3)
53+
nap (1.1.0)
54+
netrc (0.7.8)
55+
rouge (1.11.1)
56+
ruby-macho (1.1.0)
57+
thread_safe (0.3.6)
58+
tzinfo (1.2.3)
59+
thread_safe (~> 0.1)
60+
xcodeproj (1.4.4)
61+
CFPropertyList (~> 2.3.3)
62+
claide (>= 1.0.1, < 2.0)
63+
colored2 (~> 3.1)
64+
nanaimo (~> 0.2.3)
65+
xcpretty (0.2.6)
66+
rouge (~> 1.8)
67+
68+
PLATFORMS
69+
ruby
70+
71+
DEPENDENCIES
72+
cocoapods (= 1.2.1)
73+
xcpretty
74+
75+
BUNDLED WITH
76+
1.13.7

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Heberti Almeida
3+
Copyright (c) 2017 ModelGen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

ModelGen.podspec

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Pod::Spec.new do |s|
2+
3+
s.name = "ModelGen"
4+
s.version = "1.0"
5+
s.summary = "A Swift tool to generate Models for many languages, based on a JSON-Schema and a Stencil template"
6+
7+
s.description = <<-DESC
8+
A Swift tool to generate Models for many languages, based on a JSON-Schema and a Stencil template
9+
DESC
10+
11+
s.homepage = "https://github.com/hebertialmeida/ModelGen"
12+
s.license = "MIT"
13+
s.author = { "Heberti Almeida" => "[email protected]" }
14+
s.social_media_url = "https://twitter.com/hebertialmeida"
15+
16+
s.source = { :http => "https://github.com/hebertialmeida/ModelGen/releases/download/#{s.version}/modelgen-#{s.version}.zip" }
17+
s.preserve_paths = '*'
18+
end

0 commit comments

Comments
 (0)