Skip to content

Commit

Permalink
Include also subfolders in pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
XBeg9 committed Jan 9, 2015
1 parent f73f6b3 commit 61198c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RAMAnimatedTabBarController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '7.0'

s.source_files = 'RAMAnimatedTabBarController/*.swift'
s.source_files = 'RAMAnimatedTabBarController/*.swift', 'RAMAnimatedTabBarController/**/*.swift'
end
5 changes: 4 additions & 1 deletion RAMAnimatedTabBarController.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
"platforms": {
"ios": "7.0"
},
"source_files": "RAMAnimatedTabBarController/*.swift"
"source_files": [
"RAMAnimatedTabBarController/*.swift",
"RAMAnimatedTabBarController/**/*.swift"
]
}

0 comments on commit 61198c7

Please sign in to comment.