Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
removed version of ReactiveObjC
Browse files Browse the repository at this point in the history
  • Loading branch information
anivaros authored Jun 2, 2018
1 parent 95e5789 commit cc5e29a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ReactiveViewModel.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
"source_files": "ReactiveViewModel/*.{h,m}",
"requires_arc": true,
"dependencies": {
"ReactiveObjC": [
"~> 2.1"
]
"ReactiveObjC"
},
"prepare_command": "find . \\( -regex '.*EXT.*\\.[mh]$' -o -regex '.*metamacros\\.[mh]$' \\) -execdir mv {} RAC{} \\;\nfind . -regex '.*\\.[hm]' -exec sed -i '' -E 's@\"(EXT.*|metamacros)\\.h\"@\"RAC\\1.h\"@' {} \\;\nfind . -regex '.*\\.[hm]' -exec sed -i '' -E 's@<ReactiveObjC/(EXT.*)\\.h>@<ReactiveObjC/RAC\\1.h>@' {} \\;\n"
}

0 comments on commit cc5e29a

Please sign in to comment.