Skip to content

Commit

Permalink
Fixed podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
xulinfeng committed May 15, 2018
1 parent 166942a commit cf0d5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specs/MDDatabase/1.0.0/MDDatabase.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
},
"requires_arc": true,
"source_files": ["MDObjectDatabase/*.{h,m}", "MDObjectDatabase/Access/*.{h,m}", "MDObjectDatabase/Database/*.{h,m}"],
"private_header_files": "MDRouter/Private/*.h"
"private_header_files": ["MDObjectDatabase/AccessPrivate/*.{h,m}", "MDObjectDatabase/DatabasePrivate/*.{h,m}"]
}

0 comments on commit cf0d5c0

Please sign in to comment.