File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "DBClient"
3
- s . version = "0.1.1 "
3
+ s . version = "0.1"
4
4
s . requires_arc = true
5
5
s . summary = "CoreData & Realm wrapper written on Swift"
6
6
s . homepage = ""
@@ -11,19 +11,19 @@ Pod::Spec.new do |s|
11
11
s . homepage = 'https://yalantis.com/'
12
12
13
13
s . ios . deployment_target = "10.0"
14
- s . source_files = [ 'Source/Core/*' ]
14
+ s . source_files = [ 'Source/Core/*.swift ' ]
15
15
s . dependency "Bolts-Swift" , "~> 1.3.0"
16
16
s . frameworks = [ 'Foundation' ]
17
17
18
18
s . default_subspec = "CoreData"
19
19
20
20
s . subspec "CoreData" do |spec |
21
- spec . source_files = [ 'CoreData/*' ]
21
+ spec . source_files = [ 'Source/ CoreData/*.swift ' ]
22
22
spec . frameworks = [ 'CoreData' ]
23
23
end
24
24
25
25
s . subspec "Realm" do |spec |
26
- spec . source_files = [ 'Realm/*' ]
26
+ spec . source_files = [ 'Source/ Realm/*.swift ' ]
27
27
spec . dependency "RealmSwift" , "~> 2.1.1"
28
28
end
29
29
You can’t perform that action at this time.
0 commit comments