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

Commit b2a7f51

Browse files
committed
removed version of ReactiveObjC
1 parent 95e5789 commit b2a7f51

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ReactiveViewModel.podspec.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@
2323
},
2424
"source_files": "ReactiveViewModel/*.{h,m}",
2525
"requires_arc": true,
26-
"dependencies": {
27-
"ReactiveObjC": [
28-
"~> 2.1"
29-
]
26+
"dependency": "ReactiveObjC",
3027
},
3128
"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"
3229
}

0 commit comments

Comments
 (0)